#38F479

Color #38F479 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #38F479

Tints of Emerald #38F479

Color information

#38F479 (or 0x38F479) is unknown color: approx Emerald. HEX triplet: 38, F4 and 79. RGB value is (56,244,121). Sum of RGB (Red+Green+Blue) = 56+244+121=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 244 (95.70% from 255 or 57.96% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 244 - color contains mainly: green. Hex color #38F479 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F479 is #C70B86. Grayscale: #AEAEAE. Windows color (decimal): -13044615 or 7992376. OLE color: 7992376.

HSL color Cylindrical-coordinate representation of color #38F479: hue angle of 140.74º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F479 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB56244121-
CMYK0.7700.500.04
HSL140.74º89.52%58.82%-
HSV(B)140.74º77.05%95.69%-
XYZ37.4366.9229.03-
YUV173.7798.2244-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.30%
GREEN value IS 244 (95.70% from 255) = 57.96%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=13.30%
G=57.96%
B=28.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal562441210.7700.500.04140.7489.5258.82
Hex38F4794D03248d5a3b
Octal70364171115062421513273
Binary11100011110100111100110011010110010100100011011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38F479; }

 p { color: rgb(56,244,121); }

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

<style>
 a { background-color: #38F479; }

 a { background-color: rgb(56,244,121); }

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

<style>
 span { border-color: #38F479; }

 span { border-color: rgb(56,244,121); }

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