Html Css Color HEX #85BF7C De York

📋 copy color: '#85BF7C'

red 133 ◦ green 191 ◦ blue 124

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

Shades of De York #85BF7C

Tints of De York #85BF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 29.69%
G = 42.63%
B = 27.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#85BF7C (or 0x85BF7C) is known color: De York. HEX triplet: 85, BF and 7C. RGB value is (133,191,124). Sum of RGB (Red+Green+Blue) = 133+191+124=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF7C is #7A4083. Grayscale: #A6A6A6. Windows color (decimal): -8011908 or 8175493. OLE color: 8175493.

HSL color Cylindrical-coordinate representation of color #85BF7C: hue angle of 111.94º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85BF7C is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 124 -
CMYK 0.30 0 0.35 0.25
HSL 111.94º 0.34% 0.62% -
HSV(B) 111.94º 0.35% 0.75% -
XYZ 31.94 43.7 25.82 -
YUV 166.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 133 191 124 0.30 0 0.35 0.25 111.94 0.34 0.62
Hex 85 BF 7C 1E 0 23 19 70 22 3E
Octal 205 277 174 36 0 43 31 160 42 76
Binary 10000101 10111111 1111100 11110 0 100011 11001 1110000 100010 111110

Color Harmonies of #85BF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF7C

Black with #85BF7C

Text Example


Text Example

White with #85BF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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