Html Css Color HEX #76CA7E De York

📋 copy color: '#76CA7E'

red 118 ◦ green 202 ◦ blue 126

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

Shades of De York #76CA7E

Tints of De York #76CA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 26.46%
G = 45.29%
B = 28.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#76CA7E (or 0x76CA7E) is known color: De York. HEX triplet: 76, CA and 7E. RGB value is (118,202,126). Sum of RGB (Red+Green+Blue) = 118+202+126=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA7E is #893581. Grayscale: #A8A8A8. Windows color (decimal): -8992130 or 8309366. OLE color: 8309366.

HSL color Cylindrical-coordinate representation of color #76CA7E: hue angle of 125.71º 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 #76CA7E is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 126 -
CMYK 0.42 0 0.38 0.21
HSL 125.71º 0.44% 0.63% -
HSV(B) 125.71º 0.42% 0.79% -
XYZ 32.36 47.6 27.22 -
YUV 168.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 118 202 126 0.42 0 0.38 0.21 125.71 0.44 0.63
Hex 76 CA 7E 2A 0 26 15 7E 2C 3F
Octal 166 312 176 52 0 46 25 176 54 77
Binary 1110110 11001010 1111110 101010 0 100110 10101 1111110 101100 111111

Color Harmonies of #76CA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA7E

Black with #76CA7E

Text Example


Text Example

White with #76CA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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