#C0E55D

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

Shades of Conifer #C0E55D

Tints of Conifer #C0E55D

Color information

#C0E55D (or 0xC0E55D) is unknown color: approx Conifer. HEX triplet: C0, E5 and 5D. RGB value is (192,229,93). Sum of RGB (Red+Green+Blue) = 192+229+93=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E55D is #3F1AA2. Grayscale: #CACACA. Windows color (decimal): -4135587 or 6153664. OLE color: 6153664.

HSL color Cylindrical-coordinate representation of color #C0E55D: hue angle of 76.32º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0E55D is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB19222993-
CMYK0.1600.590.10
HSL76.32º72.34%63.14%-
HSV(B)76.32º59.39%89.8%-
XYZ51.7368.0420.76-
YUV202.4366.24120.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 229 (89.84% from 255) = 44.55%
BLUE value IS 93 (36.72% from 255) = 18.09%
R=37.35%
G=44.55%
B=18.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal192229930.1600.590.1076.3272.3463.14
HexC0E55D1003BA4c483f
Octal300345135200731211411077
Binary11000000111001011011101100000111011101010011001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E55D; }

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

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

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

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

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

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

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

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