Html Css Color HEX #81D58C De York

📋 copy color: '#81D58C'

red 129 ◦ green 213 ◦ blue 140

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

Shades of De York #81D58C

Tints of De York #81D58C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.19%

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 26.76%
G = 44.19%
B = 29.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#81D58C (or 0x81D58C) is known color: De York. HEX triplet: 81, D5 and 8C. RGB value is (129,213,140). Sum of RGB (Red+Green+Blue) = 129+213+140=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #81D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D58C is #7E2A73. Grayscale: #B3B3B3. Windows color (decimal): -8268404 or 9229697. OLE color: 9229697.

HSL color Cylindrical-coordinate representation of color #81D58C: hue angle of 127.86º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D58C is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 213 140 -
CMYK 0.39 0 0.34 0.16
HSL 127.86º 0.5% 0.67% -
HSV(B) 127.86º 0.39% 0.84% -
XYZ 37.58 54.15 33.28 -
YUV 179.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 129 213 140 0.39 0 0.34 0.16 127.86 0.5 0.67
Hex 81 D5 8C 27 0 22 10 80 32 43
Octal 201 325 214 47 0 42 20 200 62 103
Binary 10000001 11010101 10001100 100111 0 100010 10000 10000000 110010 1000011

Color Harmonies of #81D58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D58C

Black with #81D58C

Text Example


Text Example

White with #81D58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,213,140); }

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

background-color css

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

 a { background-color: rgb(129,213,140); }

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

border-color css

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

 span { border-color: rgb(129,213,140); }

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