Html Css Color HEX #76CA8A De York

📋 copy color: '#76CA8A'

red 118 ◦ green 202 ◦ blue 138

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

Shades of De York #76CA8A

Tints of De York #76CA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 25.76%
G = 44.1%
B = 30.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#76CA8A (or 0x76CA8A) is known color: De York. HEX triplet: 76, CA and 8A. RGB value is (118,202,138). Sum of RGB (Red+Green+Blue) = 118+202+138=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA8A is #893575. Grayscale: #A9A9A9. Windows color (decimal): -8992118 or 9095798. OLE color: 9095798.

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

Color convert

RGB 118 202 138 -
CMYK 0.42 0 0.32 0.21
HSL 134.29º 0.44% 0.63% -
HSV(B) 134.29º 0.42% 0.79% -
XYZ 33.18 47.93 31.55 -
YUV 169.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 118 202 138 0.42 0 0.32 0.21 134.29 0.44 0.63
Hex 76 CA 8A 2A 0 20 15 86 2C 3F
Octal 166 312 212 52 0 40 25 206 54 77
Binary 1110110 11001010 10001010 101010 0 100000 10101 10000110 101100 111111

Color Harmonies of #76CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA8A

Black with #76CA8A

Text Example


Text Example

White with #76CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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