#C0E364

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

Shades of Conifer #C0E364

Tints of Conifer #C0E364

Color information

#C0E364 (or 0xC0E364) is unknown color: approx Conifer. HEX triplet: C0, E3 and 64. RGB value is (192,227,100). Sum of RGB (Red+Green+Blue) = 192+227+100=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E364 is #3F1C9B. Grayscale: #CACACA. Windows color (decimal): -4136092 or 6611904. OLE color: 6611904.

HSL color Cylindrical-coordinate representation of color #C0E364: hue angle of 76.54º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0E364 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB192227100-
CMYK0.1500.560.11
HSL76.54º69.4%64.12%-
HSV(B)76.54º55.95%89.02%-
XYZ51.5167.0622.29-
YUV202.0670.4120.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 227 (89.06% from 255) = 43.74%
BLUE value IS 100 (39.45% from 255) = 19.27%
R=36.99%
G=43.74%
B=19.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1922271000.1500.560.1176.5469.464.12
HexC0E364F038B4d4540
Octal3003431441707013115105100
Binary11000000111000111100100111101110001011100110110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E364; }

 p { color: rgb(192,227,100); }

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

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

 a { background-color: rgb(192,227,100); }

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

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

 span { border-color: rgb(192,227,100); }

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