#C6E458

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

Shades of Conifer #C6E458

Tints of Conifer #C6E458

Color information

#C6E458 (or 0xC6E458) is unknown color: approx Conifer. HEX triplet: C6, E4 and 58. RGB value is (198,228,88). Sum of RGB (Red+Green+Blue) = 198+228+88=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #C6E458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E458 is #391BA7. Grayscale: #CBCBCB. Windows color (decimal): -3742632 or 5825734. OLE color: 5825734.

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

Color convert

RGB19822888-
CMYK0.1300.610.11
HSL72.86º72.16%61.96%-
HSV(B)72.86º61.4%89.41%-
XYZ52.7968.219.61-
YUV203.0763.06124.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 228 (89.45% from 255) = 44.36%
BLUE value IS 88 (34.77% from 255) = 17.12%
R=38.52%
G=44.36%
B=17.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal198228880.1300.610.1172.8672.1661.96
HexC6E458D03DB49483e
Octal306344130150751311111076
Binary1100011011100100101100011010111101101110010011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E458; }

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

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

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

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

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

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

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

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