#c2f95e

Color #C2F95E Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C2F95E

Tints of Conifer #C2F95E

Color information

#C2F95E (or 0xC2F95E) is unknown color: approx Conifer. HEX triplet: C2, F9 and 5E. RGB value is (194,249,94). Sum of RGB (Red+Green+Blue) = 194+249+94=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F95E is #3D06A1. Grayscale: #D7D7D7. Windows color (decimal): -3999394 or 6224322. OLE color: 6224322.

HSL color Cylindrical-coordinate representation of color #C2F95E: hue angle of 81.29º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2F95E is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB19424994-
CMYK0.2200.620.02
HSL81.29º92.81%67.25%-
HSV(B)81.29º62.25%97.65%-
XYZ58.1480.0322.97-
YUV214.8859.78113.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 249 (97.66% from 255) = 46.37%
BLUE value IS 94 (37.11% from 255) = 17.50%
R=36.13%
G=46.37%
B=17.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal194249940.2200.620.0281.2992.8167.25
HexC2F95E1603E2515d43
Octal302371136260762121135103
Binary1100001011111001101111010110011111010101000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2f95e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2f95e; }

 p { color: rgb(194,249,94); }

 H1.HeaderClassName
 {
   color: #c2f95e;
 }
 .AnyTagClassName
 {
   color: #c2f95e;
 }
</style>
background-color css

<style>
 a { background-color: #c2f95e; }

 a { background-color: rgb(194,249,94); }

 div.DivClassName
 {
   background-color: #c2f95e;
 }
 .BgClassName
 {
   background-color: #c2f95e;
 }
</style>
border-color css

<style>
 span { border-color: #c2f95e; }

 span { border-color: rgb(194,249,94); }

 td.TdClassName
 {
   border-color: #c2f95e;
 }
 .TagClassName
 {
   border-color: #c2f95e;
 }
</style>