Html Css Color HEX #85AF51 Chelsea Cucumber

📋 copy color: '#85AF51'

red 133 ◦ green 175 ◦ blue 81

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

Shades of Chelsea Cucumber #85AF51

Tints of Chelsea Cucumber #85AF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.82%

R = 34.19%
G = 44.99%
B = 20.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#85AF51 (or 0x85AF51) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 51. RGB value is (133,175,81). Sum of RGB (Red+Green+Blue) = 133+175+81=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF51 is #7A50AE. Grayscale: #989898. Windows color (decimal): -8016047 or 5353349. OLE color: 5353349.

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

Color convert

RGB 133 175 81 -
CMYK 0.24 0 0.54 0.31
HSL 86.81º 0.37% 0.5% -
HSV(B) 86.81º 0.54% 0.69% -
XYZ 26.49 36.24 13.38 -
YUV 151.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 133 175 81 0.24 0 0.54 0.31 86.81 0.37 0.5
Hex 85 AF 51 18 0 36 1F 57 25 32
Octal 205 257 121 30 0 66 37 127 45 62
Binary 10000101 10101111 1010001 11000 0 110110 11111 1010111 100101 110010

Color Harmonies of #85AF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF51

Black with #85AF51

Text Example


Text Example

White with #85AF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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