Html Css Color HEX #81C27F De York

📋 copy color: '#81C27F'

red 129 ◦ green 194 ◦ blue 127

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

Shades of De York #81C27F

Tints of De York #81C27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

 BLUE value IS 127 (50% from 255) = 28.22%

R = 28.67%
G = 43.11%
B = 28.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#81C27F (or 0x81C27F) is known color: De York. HEX triplet: 81, C2 and 7F. RGB value is (129,194,127). Sum of RGB (Red+Green+Blue) = 129+194+127=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #81C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C27F is #7E3D80. Grayscale: #A7A7A7. Windows color (decimal): -8273281 or 8372865. OLE color: 8372865.

HSL color Cylindrical-coordinate representation of color #81C27F: hue angle of 118.21º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81C27F is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 194 127 -
CMYK 0.34 0 0.35 0.24
HSL 118.21º 0.35% 0.63% -
HSV(B) 118.21º 0.35% 0.76% -
XYZ 32.18 44.78 27.03 -
YUV 166.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 129 194 127 0.34 0 0.35 0.24 118.21 0.35 0.63
Hex 81 C2 7F 22 0 23 18 76 23 3F
Octal 201 302 177 42 0 43 30 166 43 77
Binary 10000001 11000010 1111111 100010 0 100011 11000 1110110 100011 111111

Color Harmonies of #81C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C27F

Black with #81C27F

Text Example


Text Example

White with #81C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,194,127); }

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

background-color css

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

 a { background-color: rgb(129,194,127); }

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

border-color css

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

 span { border-color: rgb(129,194,127); }

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