Html Css Color HEX #85C081 De York

📋 copy color: '#85C081'

red 133 ◦ green 192 ◦ blue 129

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

Shades of De York #85C081

Tints of De York #85C081

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.29%

 BLUE value IS 129 (50.78% from 255) = 28.41%

R = 29.3%
G = 42.29%
B = 28.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#85C081 (or 0x85C081) is known color: De York. HEX triplet: 85, C0 and 81. RGB value is (133,192,129). Sum of RGB (Red+Green+Blue) = 133+192+129=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #85C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C081 is #7A3F7E. Grayscale: #A7A7A7. Windows color (decimal): -8011647 or 8503429. OLE color: 8503429.

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

Color convert

RGB 133 192 129 -
CMYK 0.31 0 0.33 0.25
HSL 116.19º 0.33% 0.63% -
HSV(B) 116.19º 0.33% 0.75% -
XYZ 32.48 44.27 27.6 -
YUV 167.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 133 192 129 0.31 0 0.33 0.25 116.19 0.33 0.63
Hex 85 C0 81 1F 0 21 19 74 21 3F
Octal 205 300 201 37 0 41 31 164 41 77
Binary 10000101 11000000 10000001 11111 0 100001 11001 1110100 100001 111111

Color Harmonies of #85C081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C081

Black with #85C081

Text Example


Text Example

White with #85C081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,129); }

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

background-color css

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

 a { background-color: rgb(133,192,129); }

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

border-color css

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

 span { border-color: rgb(133,192,129); }

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