#C0DF5D

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

Shades of Conifer #C0DF5D

Tints of Conifer #C0DF5D

Color information

#C0DF5D (or 0xC0DF5D) is unknown color: approx Conifer. HEX triplet: C0, DF and 5D. RGB value is (192,223,93). Sum of RGB (Red+Green+Blue) = 192+223+93=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF5D is #3F20A2. Grayscale: #C7C7C7. Windows color (decimal): -4137123 or 6152128. OLE color: 6152128.

HSL color Cylindrical-coordinate representation of color #C0DF5D: hue angle of 74.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0DF5D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB19222393-
CMYK0.1400.580.13
HSL74.31º67.01%61.96%-
HSV(B)74.31º58.3%87.45%-
XYZ50.164.7720.22-
YUV198.9168.23123.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 223 (87.5% from 255) = 43.90%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=37.80%
G=43.90%
B=18.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192223930.1400.580.1374.3167.0161.96
HexC0DF5DE03AD4a433e
Octal300337135160721511210376
Binary1100000011011111101110111100111010110110010101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DF5D; }

 p { color: rgb(192,223,93); }

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

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

 a { background-color: rgb(192,223,93); }

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

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

 span { border-color: rgb(192,223,93); }

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