Html Css Color HEX #81D28A De York

📋 copy color: '#81D28A'

red 129 ◦ green 210 ◦ blue 138

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

Shades of De York #81D28A

Tints of De York #81D28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 27.04%
G = 44.03%
B = 28.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#81D28A (or 0x81D28A) is known color: De York. HEX triplet: 81, D2 and 8A. RGB value is (129,210,138). Sum of RGB (Red+Green+Blue) = 129+210+138=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #81D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D28A is #7E2D75. Grayscale: #B1B1B1. Windows color (decimal): -8269174 or 9097857. OLE color: 9097857.

HSL color Cylindrical-coordinate representation of color #81D28A: hue angle of 126.67º 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 #81D28A is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 210 138 -
CMYK 0.39 0 0.34 0.18
HSL 126.67º 0.47% 0.66% -
HSV(B) 126.67º 0.39% 0.82% -
XYZ 36.69 52.6 32.26 -
YUV 177.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 129 210 138 0.39 0 0.34 0.18 126.67 0.47 0.66
Hex 81 D2 8A 27 0 22 12 7F 2F 42
Octal 201 322 212 47 0 42 22 177 57 102
Binary 10000001 11010010 10001010 100111 0 100010 10010 1111111 101111 1000010

Color Harmonies of #81D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D28A

Black with #81D28A

Text Example


Text Example

White with #81D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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