Html Css Color HEX #76CE82 De York

📋 copy color: '#76CE82'

red 118 ◦ green 206 ◦ blue 130

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

Shades of De York #76CE82

Tints of De York #76CE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.63%

R = 25.99%
G = 45.37%
B = 28.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#76CE82 (or 0x76CE82) is known color: De York. HEX triplet: 76, CE and 82. RGB value is (118,206,130). Sum of RGB (Red+Green+Blue) = 118+206+130=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CE82 is #89317D. Grayscale: #ABABAB. Windows color (decimal): -8991102 or 8572534. OLE color: 8572534.

HSL color Cylindrical-coordinate representation of color #76CE82: hue angle of 128.18º 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 #76CE82 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 130 -
CMYK 0.43 0 0.37 0.19
HSL 128.18º 0.47% 0.64% -
HSV(B) 128.18º 0.43% 0.81% -
XYZ 33.57 49.61 28.92 -
YUV 171.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 118 206 130 0.43 0 0.37 0.19 128.18 0.47 0.64
Hex 76 CE 82 2B 0 25 13 80 2F 40
Octal 166 316 202 53 0 45 23 200 57 100
Binary 1110110 11001110 10000010 101011 0 100101 10011 10000000 101111 1000000

Color Harmonies of #76CE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE82

Black with #76CE82

Text Example


Text Example

White with #76CE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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