#C0DA56

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

Shades of Conifer #C0DA56

Tints of Conifer #C0DA56

Color information

#C0DA56 (or 0xC0DA56) is unknown color: approx Conifer. HEX triplet: C0, DA and 56. RGB value is (192,218,86). Sum of RGB (Red+Green+Blue) = 192+218+86=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA56 is #3F25A9. Grayscale: #C3C3C3. Windows color (decimal): -4138410 or 5692096. OLE color: 5692096.

HSL color Cylindrical-coordinate representation of color #C0DA56: hue angle of 71.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0DA56 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB19221886-
CMYK0.1200.610.15
HSL71.82º64.08%59.61%-
HSV(B)71.82º60.55%85.49%-
XYZ48.4962.0218.22-
YUV195.1866.39125.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 218 (85.55% from 255) = 43.95%
BLUE value IS 86 (33.98% from 255) = 17.34%
R=38.71%
G=43.95%
B=17.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192218860.1200.610.1571.8264.0859.61
HexC0DA56C03DF48403c
Octal300332126140751711010074
Binary1100000011011010101011011000111101111110010001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DA56; }

 p { color: rgb(192,218,86); }

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

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

 a { background-color: rgb(192,218,86); }

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

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

 span { border-color: rgb(192,218,86); }

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