#C0D951

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

Shades of Conifer #C0D951

Tints of Conifer #C0D951

Color information

#C0D951 (or 0xC0D951) is unknown color: approx Conifer. HEX triplet: C0, D9 and 51. RGB value is (192,217,81). Sum of RGB (Red+Green+Blue) = 192+217+81=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D951 is #3F26AE. Grayscale: #C2C2C2. Windows color (decimal): -4138671 or 5364160. OLE color: 5364160.

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

Color convert

RGB19221781-
CMYK0.1200.630.15
HSL71.03º64.15%58.43%-
HSV(B)71.03º62.67%85.1%-
XYZ48.0461.4317.11-
YUV194.0264.22126.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 217 (85.16% from 255) = 44.29%
BLUE value IS 81 (32.03% from 255) = 16.53%
R=39.18%
G=44.29%
B=16.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192217810.1200.630.1571.0364.1558.43
HexC0D951C03FF47403a
Octal300331121140771710710072
Binary1100000011011001101000111000111111111110001111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D951; }

 p { color: rgb(192,217,81); }

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

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

 a { background-color: rgb(192,217,81); }

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

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

 span { border-color: rgb(192,217,81); }

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