#85D003

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

Shades of Citrus #85D003

Tints of Citrus #85D003

Color information

#85D003 (or 0x85D003) is unknown color: approx Citrus. HEX triplet: 85, D0 and 03. RGB value is (133,208,3). Sum of RGB (Red+Green+Blue) = 133+208+3=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #85D003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D003 is #7A2FFC. Grayscale: #A2A2A2. Windows color (decimal): -8007677 or 249989. OLE color: 249989.

HSL color Cylindrical-coordinate representation of color #85D003: hue angle of 81.95º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85D003 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB1332083-
CMYK0.3600.990.18
HSL81.95º97.16%41.37%-
HSV(B)81.95º98.56%81.57%-
XYZ32.2550.18.06-
YUV162.2138.15107.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 208 (81.64% from 255) = 60.47%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=38.66%
G=60.47%
B=0.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal13320830.3600.990.1881.9597.1641.37
Hex85D032406312526129
Octal20532034401432212214151
Binary100001011101000011100100011000111001010100101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,208,3); }

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

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

 a { background-color: rgb(133,208,3); }

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

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

 span { border-color: rgb(133,208,3); }

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