Html Css Color HEX #85A800 Citrus

📋 copy color: '#85A800'

red 133 ◦ green 168 ◦ blue 0

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

Shades of Citrus #85A800

Tints of Citrus #85A800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.19%
G = 55.81%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#85A800 (or 0x85A800) is known color: Citrus. HEX triplet: 85, A8 and 00. RGB value is (133,168,0). Sum of RGB (Red+Green+Blue) = 133+168+0=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #85A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A800 is #7A57FF. Grayscale: #8B8B8B. Windows color (decimal): -8017920 or 43141. OLE color: 43141.

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

Color convert

RGB 133 168 0 -
CMYK 0.21 0 1 0.34
HSL 72.5º 1% 0.33% -
HSV(B) 72.5º 1% 0.66% -
XYZ 23.68 32.99 5.12 -
YUV 138.38 49.9 124.16 -
System Red Green Blue C M Y K H S L
Decimal 133 168 0 0.21 0 1 0.34 72.5 1 0.33
Hex 85 A8 0 15 0 64 22 48 64 21
Octal 205 250 0 25 0 144 42 110 144 41
Binary 10000101 10101000 0 10101 0 1100100 100010 1001000 1100100 100001

Color Harmonies of #85A800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A800

Black with #85A800

Text Example


Text Example

White with #85A800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,168,0); }

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

background-color css

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

 a { background-color: rgb(133,168,0); }

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

border-color css

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

 span { border-color: rgb(133,168,0); }

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