Html Css Color HEX #85AF02 Citrus

📋 copy color: '#85AF02'

red 133 ◦ green 175 ◦ blue 2

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

Shades of Citrus #85AF02

Tints of Citrus #85AF02

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.45%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 42.9%
G = 56.45%
B = 0.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#85AF02 (or 0x85AF02) is known color: Citrus. HEX triplet: 85, AF and 02. RGB value is (133,175,2). Sum of RGB (Red+Green+Blue) = 133+175+2=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AF02 is #7A50FD. Grayscale: #8F8F8F. Windows color (decimal): -8016126 or 176005. OLE color: 176005.

HSL color Cylindrical-coordinate representation of color #85AF02: hue angle of 74.57º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85AF02 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 175 2 -
CMYK 0.24 0 0.99 0.31
HSL 74.57º 0.98% 0.35% -
HSV(B) 74.57º 0.99% 0.69% -
XYZ 25.01 35.65 5.62 -
YUV 142.72 48.59 121.07 -
System Red Green Blue C M Y K H S L
Decimal 133 175 2 0.24 0 0.99 0.31 74.57 0.98 0.35
Hex 85 AF 2 18 0 63 1F 4B 62 23
Octal 205 257 2 30 0 143 37 113 142 43
Binary 10000101 10101111 10 11000 0 1100011 11111 1001011 1100010 100011

Color Harmonies of #85AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF02

Black with #85AF02

Text Example


Text Example

White with #85AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,175,2); }

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

background-color css

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

 a { background-color: rgb(133,175,2); }

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

border-color css

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

 span { border-color: rgb(133,175,2); }

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