Html Css Color HEX #76CE8B De York

📋 copy color: '#76CE8B'

red 118 ◦ green 206 ◦ blue 139

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

Shades of De York #76CE8B

Tints of De York #76CE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 25.49%
G = 44.49%
B = 30.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#76CE8B (or 0x76CE8B) is known color: De York. HEX triplet: 76, CE and 8B. RGB value is (118,206,139). Sum of RGB (Red+Green+Blue) = 118+206+139=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CE8B is #893174. Grayscale: #ACACAC. Windows color (decimal): -8991093 or 9162358. OLE color: 9162358.

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

Color convert

RGB 118 206 139 -
CMYK 0.43 0 0.33 0.19
HSL 134.32º 0.47% 0.64% -
HSV(B) 134.32º 0.43% 0.81% -
XYZ 34.2 49.86 32.25 -
YUV 172.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 118 206 139 0.43 0 0.33 0.19 134.32 0.47 0.64
Hex 76 CE 8B 2B 0 21 13 86 2F 40
Octal 166 316 213 53 0 41 23 206 57 100
Binary 1110110 11001110 10001011 101011 0 100001 10011 10000110 101111 1000000

Color Harmonies of #76CE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE8B

Black with #76CE8B

Text Example


Text Example

White with #76CE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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