#85D30C

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

Shades of Citrus #85D30C

Tints of Citrus #85D30C

Color information

#85D30C (or 0x85D30C) is unknown color: approx Citrus. HEX triplet: 85, D3 and 0C. RGB value is (133,211,12). Sum of RGB (Red+Green+Blue) = 133+211+12=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #85D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D30C is #7A2CF3. Grayscale: #A5A5A5. Windows color (decimal): -8006900 or 840581. OLE color: 840581.

HSL color Cylindrical-coordinate representation of color #85D30C: hue angle of 83.52º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85D30C is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB13321112-
CMYK0.3700.940.17
HSL83.52º89.24%43.73%-
HSV(B)83.52º94.31%82.75%-
XYZ33.0351.68.57-
YUV164.9941.66105.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 211 (82.81% from 255) = 59.27%
BLUE value IS 12 (5.08% from 255) = 3.37%
R=37.36%
G=59.27%
B=3.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal133211120.3700.940.1783.5289.2443.73
Hex85D3C2505E1154592c
Octal205323144501362112413154
Binary10000101110100111100100101010111101000110101001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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