#38cd77

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

Shades of Emerald #38CD77

Tints of Emerald #38CD77

Color information

#38CD77 (or 0x38CD77) is unknown color: approx Emerald. HEX triplet: 38, CD and 77. RGB value is (56,205,119). Sum of RGB (Red+Green+Blue) = 56+205+119=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #38CD77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CD77 is #C73288. Grayscale: #969696. Windows color (decimal): -13054601 or 7851320. OLE color: 7851320.

HSL color Cylindrical-coordinate representation of color #38CD77: hue angle of 145.37º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CD77 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB56205119-
CMYK0.7300.420.20
HSL145.37º59.84%51.18%-
HSV(B)145.37º72.68%80.39%-
XYZ26.7945.8424.89-
YUV150.65110.1460.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.74%
GREEN value IS 205 (80.47% from 255) = 53.95%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=14.74%
G=53.95%
B=31.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal562051190.7300.420.20145.3759.8451.18
Hex38CD774902A14913c33
Octal70315167111052242217463
Binary111000110011011110111100100101010101010010010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38cd77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,205,119); }

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

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

 a { background-color: rgb(56,205,119); }

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

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

 span { border-color: rgb(56,205,119); }

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