#C0FF56

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

Shades of Conifer #C0FF56

Tints of Conifer #C0FF56

Color information

#C0FF56 (or 0xC0FF56) is unknown color: approx Conifer. HEX triplet: C0, FF and 56. RGB value is (192,255,86). Sum of RGB (Red+Green+Blue) = 192+255+86=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF56 is #3F00A9. Grayscale: #D9D9D9. Windows color (decimal): -4128938 or 5701568. OLE color: 5701568.

HSL color Cylindrical-coordinate representation of color #C0FF56: hue angle of 82.37º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0FF56 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB19225586-
CMYK0.2500.660
HSL82.37º100%66.86%-
HSV(B)82.37º66.27%100%-
XYZ59.1883.421.78-
YUV216.954.13110.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 86 (33.98% from 255) = 16.14%
R=36.02%
G=47.84%
B=16.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192255860.2500.66082.3710066.86
HexC0FF56190420526443
Octal3003771263101020122144103
Binary1100000011111111101011011001010000100101001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FF56; }

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

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

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

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

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

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

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

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