#85C50C

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

Shades of Citrus #85C50C

Tints of Citrus #85C50C

Color information

#85C50C (or 0x85C50C) is unknown color: approx Citrus. HEX triplet: 85, C5 and 0C. RGB value is (133,197,12). Sum of RGB (Red+Green+Blue) = 133+197+12=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #85C50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C50C is #7A3AF3. Grayscale: #9D9D9D. Windows color (decimal): -8010484 or 836997. OLE color: 836997.

HSL color Cylindrical-coordinate representation of color #85C50C: hue angle of 80.76º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85C50C is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB13319712-
CMYK0.3200.940.23
HSL80.76º88.52%40.98%-
HSV(B)80.76º93.91%77.25%-
XYZ29.7144.957.46-
YUV156.7746.3111.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 197 (77.34% from 255) = 57.60%
BLUE value IS 12 (5.08% from 255) = 3.51%
R=38.89%
G=57.60%
B=3.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133197120.3200.940.2380.7688.5240.98
Hex85C5C2005E17515929
Octal205305144001362712113151
Binary10000101110001011100100000010111101011110100011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C50C; }

 p { color: rgb(133,197,12); }

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

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

 a { background-color: rgb(133,197,12); }

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

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

 span { border-color: rgb(133,197,12); }

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