#38E966

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

Shades of Emerald #38E966

Tints of Emerald #38E966

Color information

#38E966 (or 0x38E966) is unknown color: approx Emerald. HEX triplet: 38, E9 and 66. RGB value is (56,233,102). Sum of RGB (Red+Green+Blue) = 56+233+102=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 233 (91.41% from 255 or 59.59% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 233 - color contains mainly: green. Hex color #38E966 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E966 is #C71699. Grayscale: #A5A5A5. Windows color (decimal): -13047450 or 6744376. OLE color: 6744376.

HSL color Cylindrical-coordinate representation of color #38E966: hue angle of 135.59º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E966 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB56233102-
CMYK0.7600.560.09
HSL135.59º80.09%56.67%-
HSV(B)135.59º75.97%91.37%-
XYZ33.1760.0822.42-
YUV165.1492.3650.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.32%
GREEN value IS 233 (91.41% from 255) = 59.59%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=14.32%
G=59.59%
B=26.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal562331020.7600.560.09135.5980.0956.67
Hex38E9664C0389885039
Octal703511461140701121012071
Binary111000111010011100110100110001110001001100010001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,233,102); }

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

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

 a { background-color: rgb(56,233,102); }

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

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

 span { border-color: rgb(56,233,102); }

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