Html Css Color HEX #76CE80 De York

📋 copy color: '#76CE80'

red 118 ◦ green 206 ◦ blue 128

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

Shades of De York #76CE80

Tints of De York #76CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.58%

 BLUE value IS 128 (50.39% from 255) = 28.32%

R = 26.11%
G = 45.58%
B = 28.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#76CE80 (or 0x76CE80) is known color: De York. HEX triplet: 76, CE and 80. RGB value is (118,206,128). Sum of RGB (Red+Green+Blue) = 118+206+128=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CE80 is #89317F. Grayscale: #ABABAB. Windows color (decimal): -8991104 or 8441462. OLE color: 8441462.

HSL color Cylindrical-coordinate representation of color #76CE80: hue angle of 126.82º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CE80 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 128 -
CMYK 0.43 0 0.38 0.19
HSL 126.82º 0.47% 0.64% -
HSV(B) 126.82º 0.43% 0.81% -
XYZ 33.44 49.55 28.22 -
YUV 170.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 118 206 128 0.43 0 0.38 0.19 126.82 0.47 0.64
Hex 76 CE 80 2B 0 26 13 7F 2F 40
Octal 166 316 200 53 0 46 23 177 57 100
Binary 1110110 11001110 10000000 101011 0 100110 10011 1111111 101111 1000000

Color Harmonies of #76CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE80

Black with #76CE80

Text Example


Text Example

White with #76CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,128); }

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

background-color css

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

 a { background-color: rgb(118,206,128); }

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

border-color css

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

 span { border-color: rgb(118,206,128); }

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