Html Css Color HEX #81D291 De York

📋 copy color: '#81D291'

red 129 ◦ green 210 ◦ blue 145

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

Shades of De York #81D291

Tints of De York #81D291

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.39%

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 26.65%
G = 43.39%
B = 29.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#81D291 (or 0x81D291) is known color: De York. HEX triplet: 81, D2 and 91. RGB value is (129,210,145). Sum of RGB (Red+Green+Blue) = 129+210+145=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #81D291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D291 is #7E2D6E. Grayscale: #B2B2B2. Windows color (decimal): -8269167 or 9556609. OLE color: 9556609.

HSL color Cylindrical-coordinate representation of color #81D291: hue angle of 131.85º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D291 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 210 145 -
CMYK 0.39 0 0.31 0.18
HSL 131.85º 0.47% 0.66% -
HSV(B) 131.85º 0.39% 0.82% -
XYZ 37.21 52.8 35.02 -
YUV 178.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 129 210 145 0.39 0 0.31 0.18 131.85 0.47 0.66
Hex 81 D2 91 27 0 1F 12 84 2F 42
Octal 201 322 221 47 0 37 22 204 57 102
Binary 10000001 11010010 10010001 100111 0 11111 10010 10000100 101111 1000010

Color Harmonies of #81D291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D291

Black with #81D291

Text Example


Text Example

White with #81D291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,210,145); }

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

background-color css

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

 a { background-color: rgb(129,210,145); }

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

border-color css

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

 span { border-color: rgb(129,210,145); }

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