Html Css Color HEX #76CA81 De York

📋 copy color: '#76CA81'

red 118 ◦ green 202 ◦ blue 129

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

Shades of De York #76CA81

Tints of De York #76CA81

RGB

 RED value IS 118 (46.48% from 255) = 26.28%

 GREEN value IS 202 (79.3% from 255) = 44.99%

 BLUE value IS 129 (50.78% from 255) = 28.73%

R = 26.28%
G = 44.99%
B = 28.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#76CA81 (or 0x76CA81) is known color: De York. HEX triplet: 76, CA and 81. RGB value is (118,202,129). Sum of RGB (Red+Green+Blue) = 118+202+129=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA81 is #89357E. Grayscale: #A8A8A8. Windows color (decimal): -8992127 or 8505974. OLE color: 8505974.

HSL color Cylindrical-coordinate representation of color #76CA81: hue angle of 127.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA81 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 129 -
CMYK 0.42 0 0.36 0.21
HSL 127.86º 0.44% 0.63% -
HSV(B) 127.86º 0.42% 0.79% -
XYZ 32.55 47.68 28.26 -
YUV 168.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 118 202 129 0.42 0 0.36 0.21 127.86 0.44 0.63
Hex 76 CA 81 2A 0 24 15 80 2C 3F
Octal 166 312 201 52 0 44 25 200 54 77
Binary 1110110 11001010 10000001 101010 0 100100 10101 10000000 101100 111111

Color Harmonies of #76CA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA81

Black with #76CA81

Text Example


Text Example

White with #76CA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CA81; }

 p { color: rgb(118,202,129); }

 H1.HeaderClassName
 {
   color: #76CA81;
 }
 .AnyTagClassName
 {
   color: #76CA81;
 }
</style>

background-color css

<style>
 a { background-color: #76CA81; }

 a { background-color: rgb(118,202,129); }

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

border-color css

<style>
 span { border-color: #76CA81; }

 span { border-color: rgb(118,202,129); }

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