#C0DB50

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

Shades of Conifer #C0DB50

Tints of Conifer #C0DB50

Color information

#C0DB50 (or 0xC0DB50) is unknown color: approx Conifer. HEX triplet: C0, DB and 50. RGB value is (192,219,80). Sum of RGB (Red+Green+Blue) = 192+219+80=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB50 is #3F24AF. Grayscale: #C3C3C3. Windows color (decimal): -4138160 or 5299136. OLE color: 5299136.

HSL color Cylindrical-coordinate representation of color #C0DB50: hue angle of 71.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0DB50 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB19221980-
CMYK0.1200.630.14
HSL71.65º65.88%58.63%-
HSV(B)71.65º63.47%85.88%-
XYZ48.5262.4517.09-
YUV195.0863.05125.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 80 (31.64% from 255) = 16.29%
R=39.10%
G=44.60%
B=16.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192219800.1200.630.1471.6565.8858.63
HexC0DB50C03FE48423b
Octal300333120140771611010273
Binary1100000011011011101000011000111111111010010001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DB50; }

 p { color: rgb(192,219,80); }

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

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

 a { background-color: rgb(192,219,80); }

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

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

 span { border-color: rgb(192,219,80); }

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