Html Css Color HEX #81D68E De York

📋 copy color: '#81D68E'

red 129 ◦ green 214 ◦ blue 142

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

Shades of De York #81D68E

Tints of De York #81D68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.12%

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 26.6%
G = 44.12%
B = 29.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#81D68E (or 0x81D68E) is known color: De York. HEX triplet: 81, D6 and 8E. RGB value is (129,214,142). Sum of RGB (Red+Green+Blue) = 129+214+142=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #81D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D68E is #7E2971. Grayscale: #B4B4B4. Windows color (decimal): -8268146 or 9361025. OLE color: 9361025.

HSL color Cylindrical-coordinate representation of color #81D68E: hue angle of 129.18º degrees, saturation: 0.51, 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 #81D68E is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 214 142 -
CMYK 0.40 0 0.34 0.16
HSL 129.18º 0.51% 0.67% -
HSV(B) 129.18º 0.4% 0.84% -
XYZ 37.98 54.71 34.15 -
YUV 180.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 129 214 142 0.40 0 0.34 0.16 129.18 0.51 0.67
Hex 81 D6 8E 28 0 22 10 81 33 43
Octal 201 326 216 50 0 42 20 201 63 103
Binary 10000001 11010110 10001110 101000 0 100010 10000 10000001 110011 1000011

Color Harmonies of #81D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D68E

Black with #81D68E

Text Example


Text Example

White with #81D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,214,142); }

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

background-color css

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

 a { background-color: rgb(129,214,142); }

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

border-color css

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

 span { border-color: rgb(129,214,142); }

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