#C6ED4B

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

Shades of Conifer #C6ED4B

Tints of Conifer #C6ED4B

Color information

#C6ED4B (or 0xC6ED4B) is unknown color: approx Conifer. HEX triplet: C6, ED and 4B. RGB value is (198,237,75). Sum of RGB (Red+Green+Blue) = 198+237+75=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6ED4B is #3912B4. Grayscale: #CFCFCF. Windows color (decimal): -3740341 or 4976070. OLE color: 4976070.

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

Color convert

RGB19823775-
CMYK0.1600.680.07
HSL74.44º81.82%61.18%-
HSV(B)74.44º68.35%92.94%-
XYZ54.8473.0817.87-
YUV206.8753.58121.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.82%
GREEN value IS 237 (92.97% from 255) = 46.47%
BLUE value IS 75 (29.69% from 255) = 14.71%
R=38.82%
G=46.47%
B=14.71%

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
Decimal198237750.1600.680.0774.4481.8261.18
HexC6ED4B1004474a523d
Octal306355113200104711212275
Binary11000110111011011001011100000100010011110010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ED4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ED4B; }

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

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

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

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

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

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

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

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