#C6E45E

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

Shades of Conifer #C6E45E

Tints of Conifer #C6E45E

Color information

#C6E45E (or 0xC6E45E) is unknown color: approx Conifer. HEX triplet: C6, E4 and 5E. RGB value is (198,228,94). Sum of RGB (Red+Green+Blue) = 198+228+94=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #C6E45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E45E is #391BA1. Grayscale: #CCCCCC. Windows color (decimal): -3742626 or 6218950. OLE color: 6218950.

HSL color Cylindrical-coordinate representation of color #C6E45E: hue angle of 73.43º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6E45E is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB19822894-
CMYK0.1300.590.11
HSL73.43º71.28%63.14%-
HSV(B)73.43º58.77%89.41%-
XYZ53.0568.320.98-
YUV203.7566.06123.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 228 (89.45% from 255) = 43.85%
BLUE value IS 94 (37.11% from 255) = 18.08%
R=38.08%
G=43.85%
B=18.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal198228940.1300.590.1173.4371.2863.14
HexC6E45ED03BB49473f
Octal306344136150731311110777
Binary1100011011100100101111011010111011101110010011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E45E; }

 p { color: rgb(198,228,94); }

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

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

 a { background-color: rgb(198,228,94); }

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

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

 span { border-color: rgb(198,228,94); }

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