#38F570

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

Shades of Emerald #38F570

Tints of Emerald #38F570

Color information

#38F570 (or 0x38F570) is unknown color: approx Emerald. HEX triplet: 38, F5 and 70. RGB value is (56,245,112). Sum of RGB (Red+Green+Blue) = 56+245+112=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 245 (96.09% from 255 or 59.32% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 245 - color contains mainly: green. Hex color #38F570 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F570 is #C70A8F. Grayscale: #ADADAD. Windows color (decimal): -13044368 or 7402808. OLE color: 7402808.

HSL color Cylindrical-coordinate representation of color #38F570: hue angle of 137.78º 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 #38F570 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB56245112-
CMYK0.7700.540.04
HSL137.78º90.43%59.02%-
HSV(B)137.78º77.14%96.08%-
XYZ37.2167.3226.36-
YUV173.3393.3844.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.56%
GREEN value IS 245 (96.09% from 255) = 59.32%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=13.56%
G=59.32%
B=27.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal562451120.7700.540.04137.7890.4359.02
Hex38F5704D03648a5a3b
Octal70365160115066421213273
Binary11100011110101111000010011010110110100100010101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,245,112); }

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

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

 a { background-color: rgb(56,245,112); }

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

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

 span { border-color: rgb(56,245,112); }

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