#C2F45A

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

Shades of Conifer #C2F45A

Tints of Conifer #C2F45A

Color information

#C2F45A (or 0xC2F45A) is unknown color: approx Conifer. HEX triplet: C2, F4 and 5A. RGB value is (194,244,90). Sum of RGB (Red+Green+Blue) = 194+244+90=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F45A is #3D0BA5. Grayscale: #D4D4D4. Windows color (decimal): -4000678 or 5960898. OLE color: 5960898.

HSL color Cylindrical-coordinate representation of color #C2F45A: hue angle of 79.48º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2F45A is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB19424490-
CMYK0.2000.630.04
HSL79.48º87.5%65.49%-
HSV(B)79.48º63.11%95.69%-
XYZ56.4476.9121.54-
YUV211.4959.44115.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 244 (95.70% from 255) = 46.21%
BLUE value IS 90 (35.55% from 255) = 17.05%
R=36.74%
G=46.21%
B=17.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal194244900.2000.630.0479.4887.565.49
HexC2F45A1403F44f5841
Octal302364132240774117130101
Binary11000010111101001011010101000111111100100111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F45A; }

 p { color: rgb(194,244,90); }

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

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

 a { background-color: rgb(194,244,90); }

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

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

 span { border-color: rgb(194,244,90); }

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