Html Css Color HEX #85B803 Citrus

📋 copy color: '#85B803'

red 133 ◦ green 184 ◦ blue 3

#85B803
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #85B803

Tints of Citrus #85B803

RGB

 RED value IS 133 (52.34% from 255) = 41.56%

 GREEN value IS 184 (72.27% from 255) = 57.5%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 41.56%
G = 57.5%
B = 0.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#85B803 (or 0x85B803) is known color: Citrus. HEX triplet: 85, B8 and 03. RGB value is (133,184,3). Sum of RGB (Red+Green+Blue) = 133+184+3=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 184 (72.27% from 255 or 57.5% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 184 - color contains mainly: green. Hex color #85B803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B803 is #7A47FC. Grayscale: #949494. Windows color (decimal): -8013821 or 243845. OLE color: 243845.

HSL color Cylindrical-coordinate representation of color #85B803: hue angle of 76.91º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85B803 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 184 3 -
CMYK 0.28 0 0.98 0.28
HSL 76.91º 0.97% 0.37% -
HSV(B) 76.91º 0.98% 0.72% -
XYZ 26.83 39.27 6.25 -
YUV 148.12 46.1 117.22 -
System Red Green Blue C M Y K H S L
Decimal 133 184 3 0.28 0 0.98 0.28 76.91 0.97 0.37
Hex 85 B8 3 1C 0 62 1C 4D 61 25
Octal 205 270 3 34 0 142 34 115 141 45
Binary 10000101 10111000 11 11100 0 1100010 11100 1001101 1100001 100101

Color Harmonies of #85B803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B803

Black with #85B803

Text Example


Text Example

White with #85B803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85B803;
 }
 .AnyTagClassName
 {
   color: #85B803;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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