#C2ED49

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

Shades of Conifer #C2ED49

Tints of Conifer #C2ED49

Color information

#C2ED49 (or 0xC2ED49) is unknown color: approx Conifer. HEX triplet: C2, ED and 49. RGB value is (194,237,73). Sum of RGB (Red+Green+Blue) = 194+237+73=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2ED49 is #3D12B6. Grayscale: #CECECE. Windows color (decimal): -4002487 or 4844994. OLE color: 4844994.

HSL color Cylindrical-coordinate representation of color #C2ED49: hue angle of 75.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2ED49 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB19423773-
CMYK0.1800.690.07
HSL75.73º82%60.78%-
HSV(B)75.73º69.2%92.94%-
XYZ53.7372.5217.47-
YUV205.4553.25119.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 237 (92.97% from 255) = 47.02%
BLUE value IS 73 (28.91% from 255) = 14.48%
R=38.49%
G=47.02%
B=14.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194237730.1800.690.0775.738260.78
HexC2ED491204574c523d
Octal302355111220105711412275
Binary11000010111011011001001100100100010111110011001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ED49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ED49; }

 p { color: rgb(194,237,73); }

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

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

 a { background-color: rgb(194,237,73); }

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

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

 span { border-color: rgb(194,237,73); }

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