Html Css Color HEX #81D493 De York

📋 copy color: '#81D493'

red 129 ◦ green 212 ◦ blue 147

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

Shades of De York #81D493

Tints of De York #81D493

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.44%

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 26.43%
G = 43.44%
B = 30.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#81D493 (or 0x81D493) is known color: De York. HEX triplet: 81, D4 and 93. RGB value is (129,212,147). Sum of RGB (Red+Green+Blue) = 129+212+147=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #81D493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D493 is #7E2B6C. Grayscale: #B3B3B3. Windows color (decimal): -8268653 or 9688193. OLE color: 9688193.

HSL color Cylindrical-coordinate representation of color #81D493: hue angle of 133.01º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D493 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 129 212 147 -
CMYK 0.39 0 0.31 0.17
HSL 133.01º 0.49% 0.67% -
HSV(B) 133.01º 0.39% 0.83% -
XYZ 37.86 53.86 36 -
YUV 179.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 129 212 147 0.39 0 0.31 0.17 133.01 0.49 0.67
Hex 81 D4 93 27 0 1F 11 85 31 43
Octal 201 324 223 47 0 37 21 205 61 103
Binary 10000001 11010100 10010011 100111 0 11111 10001 10000101 110001 1000011

Color Harmonies of #81D493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D493

Black with #81D493

Text Example


Text Example

White with #81D493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,212,147); }

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

background-color css

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

 a { background-color: rgb(129,212,147); }

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

border-color css

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

 span { border-color: rgb(129,212,147); }

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