#38F774

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

Shades of Emerald #38F774

Tints of Emerald #38F774

Color information

#38F774 (or 0x38F774) is unknown color: approx Emerald. HEX triplet: 38, F7 and 74. RGB value is (56,247,116). Sum of RGB (Red+Green+Blue) = 56+247+116=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 247 (96.88% from 255 or 58.95% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 247 - color contains mainly: green. Hex color #38F774 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F774 is #C7088B. Grayscale: #AFAFAF. Windows color (decimal): -13043852 or 7665464. OLE color: 7665464.

HSL color Cylindrical-coordinate representation of color #38F774: hue angle of 138.85º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F774 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB56247116-
CMYK0.7700.530.03
HSL138.85º92.27%59.41%-
HSV(B)138.85º77.33%96.86%-
XYZ38.0468.6227.76-
YUV174.9694.7243.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.37%
GREEN value IS 247 (96.88% from 255) = 58.95%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=13.37%
G=58.95%
B=27.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal562471160.7700.530.03138.8592.2759.41
Hex38F7744D03538b5c3b
Octal70367164115065321313473
Binary1110001111011111101001001101011010111100010111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,247,116); }

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

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

 a { background-color: rgb(56,247,116); }

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

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

 span { border-color: rgb(56,247,116); }

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