#C6ED4D

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

Shades of Conifer #C6ED4D

Tints of Conifer #C6ED4D

Color information

#C6ED4D (or 0xC6ED4D) is unknown color: approx Conifer. HEX triplet: C6, ED and 4D. RGB value is (198,237,77). Sum of RGB (Red+Green+Blue) = 198+237+77=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6ED4D is #3912B2. Grayscale: #CFCFCF. Windows color (decimal): -3740339 or 5107142. OLE color: 5107142.

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

Color convert

RGB19823777-
CMYK0.1600.680.07
HSL74.62º81.63%61.57%-
HSV(B)74.62º67.51%92.94%-
XYZ54.9173.1118.24-
YUV207.154.58121.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 77 (30.47% from 255) = 15.04%
R=38.67%
G=46.29%
B=15.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198237770.1600.680.0774.6281.6361.57
HexC6ED4D1004474b523e
Octal306355115200104711312276
Binary11000110111011011001101100000100010011110010111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ED4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ED4D; }

 p { color: rgb(198,237,77); }

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

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

 a { background-color: rgb(198,237,77); }

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

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

 span { border-color: rgb(198,237,77); }

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