#38F368

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

Shades of Emerald #38F368

Tints of Emerald #38F368

Color information

#38F368 (or 0x38F368) is unknown color: approx Emerald. HEX triplet: 38, F3 and 68. RGB value is (56,243,104). Sum of RGB (Red+Green+Blue) = 56+243+104=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 243 (95.31% from 255 or 60.30% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 243 - color contains mainly: green. Hex color #38F368 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F368 is #C70C97. Grayscale: #ABABAB. Windows color (decimal): -13044888 or 6878008. OLE color: 6878008.

HSL color Cylindrical-coordinate representation of color #38F368: hue angle of 135.4º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F368 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB56243104-
CMYK0.7700.570.05
HSL135.4º88.63%58.63%-
HSV(B)135.4º76.95%95.29%-
XYZ36.1865.9423.92-
YUV171.2490.0545.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.90%
GREEN value IS 243 (95.31% from 255) = 60.30%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=13.90%
G=60.30%
B=25.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562431040.7700.570.05135.488.6358.63
Hex38F3684D039587593b
Octal70363150115071520713173
Binary11100011110011110100010011010111001101100001111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,243,104); }

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

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

 a { background-color: rgb(56,243,104); }

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

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

 span { border-color: rgb(56,243,104); }

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