Html Css Color HEX #85BF87 De York

📋 copy color: '#85BF87'

red 133 ◦ green 191 ◦ blue 135

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

Shades of De York #85BF87

Tints of De York #85BF87

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 135 (53.13% from 255) = 29.41%

R = 28.98%
G = 41.61%
B = 29.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#85BF87 (or 0x85BF87) is known color: De York. HEX triplet: 85, BF and 87. RGB value is (133,191,135). Sum of RGB (Red+Green+Blue) = 133+191+135=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF87 is #7A4078. Grayscale: #A7A7A7. Windows color (decimal): -8011897 or 8896389. OLE color: 8896389.

HSL color Cylindrical-coordinate representation of color #85BF87: hue angle of 122.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BF87 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 135 -
CMYK 0.30 0 0.29 0.25
HSL 122.07º 0.31% 0.64% -
HSV(B) 122.07º 0.3% 0.75% -
XYZ 32.68 44 29.69 -
YUV 167.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 133 191 135 0.30 0 0.29 0.25 122.07 0.31 0.64
Hex 85 BF 87 1E 0 1D 19 7A 1F 40
Octal 205 277 207 36 0 35 31 172 37 100
Binary 10000101 10111111 10000111 11110 0 11101 11001 1111010 11111 1000000

Color Harmonies of #85BF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF87

Black with #85BF87

Text Example


Text Example

White with #85BF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,191,135); }

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

background-color css

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

 a { background-color: rgb(133,191,135); }

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

border-color css

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

 span { border-color: rgb(133,191,135); }

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