Html Css Color HEX #76CD81 De York

📋 copy color: '#76CD81'

red 118 ◦ green 205 ◦ blue 129

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

Shades of De York #76CD81

Tints of De York #76CD81

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.35%

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

R = 26.11%
G = 45.35%
B = 28.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#76CD81 (or 0x76CD81) is known color: De York. HEX triplet: 76, CD and 81. RGB value is (118,205,129). Sum of RGB (Red+Green+Blue) = 118+205+129=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CD81 is #89327E. Grayscale: #AAAAAA. Windows color (decimal): -8991359 or 8506742. OLE color: 8506742.

HSL color Cylindrical-coordinate representation of color #76CD81: hue angle of 127.59º degrees, saturation: 0.47, 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 #76CD81 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 205 129 -
CMYK 0.42 0 0.37 0.20
HSL 127.59º 0.47% 0.63% -
HSV(B) 127.59º 0.42% 0.8% -
XYZ 33.26 49.1 28.49 -
YUV 170.32 104.68 90.68 -
System Red Green Blue C M Y K H S L
Decimal 118 205 129 0.42 0 0.37 0.20 127.59 0.47 0.63
Hex 76 CD 81 2A 0 25 14 80 2F 3F
Octal 166 315 201 52 0 45 24 200 57 77
Binary 1110110 11001101 10000001 101010 0 100101 10100 10000000 101111 111111

Color Harmonies of #76CD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CD81

Black with #76CD81

Text Example


Text Example

White with #76CD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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