#38FB7F

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

Shades of Emerald #38FB7F

Tints of Emerald #38FB7F

Color information

#38FB7F (or 0x38FB7F) is unknown color: approx Emerald. HEX triplet: 38, FB and 7F. RGB value is (56,251,127). Sum of RGB (Red+Green+Blue) = 56+251+127=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #38FB7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FB7F is #C70480. Grayscale: #B2B2B2. Windows color (decimal): -13042817 or 8387384. OLE color: 8387384.

HSL color Cylindrical-coordinate representation of color #38FB7F: hue angle of 141.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FB7F is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB56251127-
CMYK0.7800.490.02
HSL141.85º96.06%60.2%-
HSV(B)141.85º77.69%98.43%-
XYZ39.9671.3731.75-
YUV178.5698.940.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.90%
GREEN value IS 251 (98.44% from 255) = 57.83%
BLUE value IS 127 (50% from 255) = 29.26%
R=12.90%
G=57.83%
B=29.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562511270.7800.490.02141.8596.0660.2
Hex38FB7F4E03128e603c
Octal70373177116061221614074
Binary1110001111101111111111001110011000110100011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,251,127); }

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

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

 a { background-color: rgb(56,251,127); }

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

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

 span { border-color: rgb(56,251,127); }

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