#C0D84F

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

Shades of Conifer #C0D84F

Tints of Conifer #C0D84F

Color information

#C0D84F (or 0xC0D84F) is unknown color: approx Conifer. HEX triplet: C0, D8 and 4F. RGB value is (192,216,79). Sum of RGB (Red+Green+Blue) = 192+216+79=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D84F is #3F27B0. Grayscale: #C1C1C1. Windows color (decimal): -4138929 or 5232832. OLE color: 5232832.

HSL color Cylindrical-coordinate representation of color #C0D84F: hue angle of 70.51º 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 #C0D84F is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB19221679-
CMYK0.1100.630.15
HSL70.51º63.72%57.84%-
HSV(B)70.51º63.43%84.71%-
XYZ47.7160.8816.63-
YUV193.2163.55127.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 79 (31.25% from 255) = 16.22%
R=39.43%
G=44.35%
B=16.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192216790.1100.630.1570.5163.7257.84
HexC0D84FB03FF47403a
Octal300330117130771710710072
Binary1100000011011000100111110110111111111110001111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D84F; }

 p { color: rgb(192,216,79); }

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

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

 a { background-color: rgb(192,216,79); }

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

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

 span { border-color: rgb(192,216,79); }

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