#C6E54C

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

Shades of Conifer #C6E54C

Tints of Conifer #C6E54C

Color information

#C6E54C (or 0xC6E54C) is unknown color: approx Conifer. HEX triplet: C6, E5 and 4C. RGB value is (198,229,76). Sum of RGB (Red+Green+Blue) = 198+229+76=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E54C is #391AB3. Grayscale: #CACACA. Windows color (decimal): -3742388 or 5039558. OLE color: 5039558.

HSL color Cylindrical-coordinate representation of color #C6E54C: hue angle of 72.16º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6E54C is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB19822976-
CMYK0.1400.670.10
HSL72.16º74.63%59.8%-
HSV(B)72.16º66.81%89.8%-
XYZ52.6168.5717.3-
YUV202.2956.73124.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 229 (89.84% from 255) = 45.53%
BLUE value IS 76 (30.08% from 255) = 15.11%
R=39.36%
G=45.53%
B=15.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal198229760.1400.670.1072.1674.6359.8
HexC6E54CE043A484b3c
Octal3063451141601031211011374
Binary11000110111001011001100111001000011101010010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E54C; }

 p { color: rgb(198,229,76); }

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

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

 a { background-color: rgb(198,229,76); }

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

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

 span { border-color: rgb(198,229,76); }

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