Html Css Color HEX #81D782 De York

📋 copy color: '#81D782'

red 129 ◦ green 215 ◦ blue 130

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

Shades of De York #81D782

Tints of De York #81D782

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

 BLUE value IS 130 (51.17% from 255) = 27.43%

R = 27.22%
G = 45.36%
B = 27.43%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#81D782 (or 0x81D782) is known color: De York. HEX triplet: 81, D7 and 82. RGB value is (129,215,130). Sum of RGB (Red+Green+Blue) = 129+215+130=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #81D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D782 is #7E287D. Grayscale: #B3B3B3. Windows color (decimal): -8267902 or 8574849. OLE color: 8574849.

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

Color convert

RGB 129 215 130 -
CMYK 0.4 0 0.40 0.16
HSL 120.7º 0.52% 0.67% -
HSV(B) 120.7º 0.4% 0.84% -
XYZ 37.38 54.88 29.74 -
YUV 179.6 100.01 91.91 -
System Red Green Blue C M Y K H S L
Decimal 129 215 130 0.4 0 0.40 0.16 120.7 0.52 0.67
Hex 81 D7 82 28 0 28 10 79 34 43
Octal 201 327 202 50 0 50 20 171 64 103
Binary 10000001 11010111 10000010 101000 0 101000 10000 1111001 110100 1000011

Color Harmonies of #81D782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D782

Black with #81D782

Text Example


Text Example

White with #81D782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,215,130); }

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

background-color css

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

 a { background-color: rgb(129,215,130); }

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

border-color css

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

 span { border-color: rgb(129,215,130); }

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