#C6ED5D

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

Shades of Conifer #C6ED5D

Tints of Conifer #C6ED5D

Color information

#C6ED5D (or 0xC6ED5D) is unknown color: approx Conifer. HEX triplet: C6, ED and 5D. RGB value is (198,237,93). Sum of RGB (Red+Green+Blue) = 198+237+93=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6ED5D is #3912A2. Grayscale: #D1D1D1. Windows color (decimal): -3740323 or 6155718. OLE color: 6155718.

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

Color convert

RGB19823793-
CMYK0.1600.610.07
HSL76.25º80%64.71%-
HSV(B)76.25º60.76%92.94%-
XYZ55.5573.3621.59-
YUV208.9262.58120.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.5%
GREEN value IS 237 (92.97% from 255) = 44.89%
BLUE value IS 93 (36.72% from 255) = 17.61%
R=37.5%
G=44.89%
B=17.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198237930.1600.610.0776.258064.71
HexC6ED5D1003D74c5041
Octal306355135200757114120101
Binary11000110111011011011101100000111101111100110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ED5D; }

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

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

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

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

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

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

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

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