Html Css Color HEX #81C992 De York

📋 copy color: '#81C992'

red 129 ◦ green 201 ◦ blue 146

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

Shades of De York #81C992

Tints of De York #81C992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 27.1%
G = 42.23%
B = 30.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#81C992 (or 0x81C992) is known color: De York. HEX triplet: 81, C9 and 92. RGB value is (129,201,146). Sum of RGB (Red+Green+Blue) = 129+201+146=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #81C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C992 is #7E366D. Grayscale: #ADADAD. Windows color (decimal): -8271470 or 9619841. OLE color: 9619841.

HSL color Cylindrical-coordinate representation of color #81C992: hue angle of 134.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81C992 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 201 146 -
CMYK 0.36 0 0.27 0.21
HSL 134.17º 0.4% 0.65% -
HSV(B) 134.17º 0.36% 0.79% -
XYZ 35.13 48.52 34.71 -
YUV 173.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 129 201 146 0.36 0 0.27 0.21 134.17 0.4 0.65
Hex 81 C9 92 24 0 1B 15 86 28 41
Octal 201 311 222 44 0 33 25 206 50 101
Binary 10000001 11001001 10010010 100100 0 11011 10101 10000110 101000 1000001

Color Harmonies of #81C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C992

Black with #81C992

Text Example


Text Example

White with #81C992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,201,146); }

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

background-color css

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

 a { background-color: rgb(129,201,146); }

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

border-color css

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

 span { border-color: rgb(129,201,146); }

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