Html Css Color HEX #85BF7F De York

📋 copy color: '#85BF7F'

red 133 ◦ green 191 ◦ blue 127

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

Shades of De York #85BF7F

Tints of De York #85BF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.16%

R = 29.49%
G = 42.35%
B = 28.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#85BF7F (or 0x85BF7F) is known color: De York. HEX triplet: 85, BF and 7F. RGB value is (133,191,127). Sum of RGB (Red+Green+Blue) = 133+191+127=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF7F is #7A4080. Grayscale: #A6A6A6. Windows color (decimal): -8011905 or 8372101. OLE color: 8372101.

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

Color convert

RGB 133 191 127 -
CMYK 0.30 0 0.34 0.25
HSL 114.38º 0.33% 0.62% -
HSV(B) 114.38º 0.34% 0.75% -
XYZ 32.13 43.78 26.84 -
YUV 166.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 133 191 127 0.30 0 0.34 0.25 114.38 0.33 0.62
Hex 85 BF 7F 1E 0 22 19 72 21 3E
Octal 205 277 177 36 0 42 31 162 41 76
Binary 10000101 10111111 1111111 11110 0 100010 11001 1110010 100001 111110

Color Harmonies of #85BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF7F

Black with #85BF7F

Text Example


Text Example

White with #85BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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