#38CF7D

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

Shades of Emerald #38CF7D

Tints of Emerald #38CF7D

Color information

#38CF7D (or 0x38CF7D) is unknown color: approx Emerald. HEX triplet: 38, CF and 7D. RGB value is (56,207,125). Sum of RGB (Red+Green+Blue) = 56+207+125=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CF7D is #C73082. Grayscale: #989898. Windows color (decimal): -13054083 or 8245048. OLE color: 8245048.

HSL color Cylindrical-coordinate representation of color #38CF7D: hue angle of 147.42º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CF7D is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB56207125-
CMYK0.7300.400.19
HSL147.42º61.13%51.57%-
HSV(B)147.42º72.95%81.18%-
XYZ27.6546.9527.01-
YUV152.5112.4759.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.43%
GREEN value IS 207 (81.25% from 255) = 53.35%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=14.43%
G=53.35%
B=32.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal562071250.7300.400.19147.4261.1351.57
Hex38CF7D4902813933d34
Octal70317175111050232237564
Binary111000110011111111101100100101010001001110010011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,207,125); }

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

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

 a { background-color: rgb(56,207,125); }

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

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

 span { border-color: rgb(56,207,125); }

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