Html Css Color HEX #81B77D De York

📋 copy color: '#81B77D'

red 129 ◦ green 183 ◦ blue 125

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

Shades of De York #81B77D

Tints of De York #81B77D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 29.52%
G = 41.88%
B = 28.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#81B77D (or 0x81B77D) is known color: De York. HEX triplet: 81, B7 and 7D. RGB value is (129,183,125). Sum of RGB (Red+Green+Blue) = 129+183+125=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #81B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B77D is #7E4882. Grayscale: #A0A0A0. Windows color (decimal): -8276099 or 8238977. OLE color: 8238977.

HSL color Cylindrical-coordinate representation of color #81B77D: hue angle of 115.86º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81B77D is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 183 125 -
CMYK 0.30 0 0.32 0.28
HSL 115.86º 0.29% 0.6% -
HSV(B) 115.86º 0.32% 0.72% -
XYZ 29.69 40.01 25.56 -
YUV 160.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 129 183 125 0.30 0 0.32 0.28 115.86 0.29 0.6
Hex 81 B7 7D 1E 0 20 1C 74 1D 3C
Octal 201 267 175 36 0 40 34 164 35 74
Binary 10000001 10110111 1111101 11110 0 100000 11100 1110100 11101 111100

Color Harmonies of #81B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B77D

Black with #81B77D

Text Example


Text Example

White with #81B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,183,125); }

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

background-color css

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

 a { background-color: rgb(129,183,125); }

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

border-color css

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

 span { border-color: rgb(129,183,125); }

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