#76E092

Color #76E092 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #76E092

Tints of De York #76E092

Color information

#76E092 (or 0x76E092) is unknown color: approx De York. HEX triplet: 76, E0 and 92. RGB value is (118,224,146). Sum of RGB (Red+Green+Blue) = 118+224+146=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #76E092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E092 is #891F6D. Grayscale: #B7B7B7. Windows color (decimal): -8986478 or 9625718. OLE color: 9625718.

HSL color Cylindrical-coordinate representation of color #76E092: hue angle of 135.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76E092 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB118224146-
CMYK0.4700.350.12
HSL135.85º63.1%67.06%-
HSV(B)135.85º47.32%87.84%-
XYZ39.3259.2436.56-
YUV183.41106.8881.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.18%
GREEN value IS 224 (87.89% from 255) = 45.90%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=24.18%
G=45.90%
B=29.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1182241460.4700.350.12135.8563.167.06
Hex76E0922F023C883f43
Octal166340222570431421077103
Binary1110110111000001001001010111101000111100100010001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,224,146); }

 H1.HeaderClassName
 {
   color: #76E092;
 }
 .AnyTagClassName
 {
   color: #76E092;
 }
</style>
background-color css

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

 a { background-color: rgb(118,224,146); }

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

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

 span { border-color: rgb(118,224,146); }

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