Html Css Color HEX #76CB81 De York

📋 copy color: '#76CB81'

red 118 ◦ green 203 ◦ blue 129

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

Shades of De York #76CB81

Tints of De York #76CB81

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

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

R = 26.22%
G = 45.11%
B = 28.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#76CB81 (or 0x76CB81) is known color: De York. HEX triplet: 76, CB and 81. RGB value is (118,203,129). Sum of RGB (Red+Green+Blue) = 118+203+129=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CB81 is #89347E. Grayscale: #A9A9A9. Windows color (decimal): -8991871 or 8506230. OLE color: 8506230.

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

Color convert

RGB 118 203 129 -
CMYK 0.42 0 0.36 0.20
HSL 127.76º 0.45% 0.63% -
HSV(B) 127.76º 0.42% 0.8% -
XYZ 32.79 48.15 28.33 -
YUV 169.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 118 203 129 0.42 0 0.36 0.20 127.76 0.45 0.63
Hex 76 CB 81 2A 0 24 14 80 2D 3F
Octal 166 313 201 52 0 44 24 200 55 77
Binary 1110110 11001011 10000001 101010 0 100100 10100 10000000 101101 111111

Color Harmonies of #76CB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CB81

Black with #76CB81

Text Example


Text Example

White with #76CB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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