Html Css Color HEX #81B985 De York

📋 copy color: '#81B985'

red 129 ◦ green 185 ◦ blue 133

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

Shades of De York #81B985

Tints of De York #81B985

RGB

 RED value IS 129 (50.78% from 255) = 28.86%

 GREEN value IS 185 (72.66% from 255) = 41.39%

 BLUE value IS 133 (52.34% from 255) = 29.75%

R = 28.86%
G = 41.39%
B = 29.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#81B985 (or 0x81B985) is known color: De York. HEX triplet: 81, B9 and 85. RGB value is (129,185,133). Sum of RGB (Red+Green+Blue) = 129+185+133=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #81B985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B985 is #7E467A. Grayscale: #A2A2A2. Windows color (decimal): -8275579 or 8763777. OLE color: 8763777.

HSL color Cylindrical-coordinate representation of color #81B985: hue angle of 124.29º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B985 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 185 133 -
CMYK 0.30 0 0.28 0.27
HSL 124.29º 0.29% 0.62% -
HSV(B) 124.29º 0.3% 0.73% -
XYZ 30.64 41.06 28.5 -
YUV 162.33 111.45 104.23 -
System Red Green Blue C M Y K H S L
Decimal 129 185 133 0.30 0 0.28 0.27 124.29 0.29 0.62
Hex 81 B9 85 1E 0 1C 1B 7C 1D 3E
Octal 201 271 205 36 0 34 33 174 35 76
Binary 10000001 10111001 10000101 11110 0 11100 11011 1111100 11101 111110

Color Harmonies of #81B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B985

Black with #81B985

Text Example


Text Example

White with #81B985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81B985; }

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

 H1.HeaderClassName
 {
   color: #81B985;
 }
 .AnyTagClassName
 {
   color: #81B985;
 }
</style>

background-color css

<style>
 a { background-color: #81B985; }

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

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

border-color css

<style>
 span { border-color: #81B985; }

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

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