Html Css Color HEX #76CE8E De York

📋 copy color: '#76CE8E'

red 118 ◦ green 206 ◦ blue 142

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

Shades of De York #76CE8E

Tints of De York #76CE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.47%

R = 25.32%
G = 44.21%
B = 30.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#76CE8E (or 0x76CE8E) is known color: De York. HEX triplet: 76, CE and 8E. RGB value is (118,206,142). Sum of RGB (Red+Green+Blue) = 118+206+142=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CE8E is #893171. Grayscale: #ACACAC. Windows color (decimal): -8991090 or 9358966. OLE color: 9358966.

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

Color convert

RGB 118 206 142 -
CMYK 0.43 0 0.31 0.19
HSL 136.36º 0.47% 0.64% -
HSV(B) 136.36º 0.43% 0.81% -
XYZ 34.43 49.95 33.42 -
YUV 172.39 110.85 89.2 -
System Red Green Blue C M Y K H S L
Decimal 118 206 142 0.43 0 0.31 0.19 136.36 0.47 0.64
Hex 76 CE 8E 2B 0 1F 13 88 2F 40
Octal 166 316 216 53 0 37 23 210 57 100
Binary 1110110 11001110 10001110 101011 0 11111 10011 10001000 101111 1000000

Color Harmonies of #76CE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE8E

Black with #76CE8E

Text Example


Text Example

White with #76CE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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