Html Css Color HEX #38DD70 Emerald

📋 copy color: '#38DD70'

red 56 ◦ green 221 ◦ blue 112

#38DD70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #38DD70

Tints of Emerald #38DD70

RGB

 RED value IS 56 (22.27% from 255) = 14.4%

 GREEN value IS 221 (86.72% from 255) = 56.81%

 BLUE value IS 112 (44.14% from 255) = 28.79%

R = 14.4%
G = 56.81%
B = 28.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#38DD70 (or 0x38DD70) is known color: Emerald. HEX triplet: 38, DD and 70. RGB value is (56,221,112). Sum of RGB (Red+Green+Blue) = 56+221+112=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD70 is #C7228F. Grayscale: #9F9F9F. Windows color (decimal): -13050512 or 7396664. OLE color: 7396664.

HSL color Cylindrical-coordinate representation of color #38DD70: hue angle of 140.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DD70 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 221 112 -
CMYK 0.75 0 0.49 0.13
HSL 140.36º 0.71% 0.54% -
HSV(B) 140.36º 0.75% 0.87% -
XYZ 30.41 53.72 24.1 -
YUV 159.24 101.34 54.36 -
System Red Green Blue C M Y K H S L
Decimal 56 221 112 0.75 0 0.49 0.13 140.36 0.71 0.54
Hex 38 DD 70 4B 0 31 D 8C 47 36
Octal 70 335 160 113 0 61 15 214 107 66
Binary 111000 11011101 1110000 1001011 0 110001 1101 10001100 1000111 110110

Color Harmonies of #38DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DD70

Black with #38DD70

Text Example


Text Example

White with #38DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,221,112); }

 H1.HeaderClassName
 {
   color: #38DD70;
 }
 .AnyTagClassName
 {
   color: #38DD70;
 }
</style>

background-color css

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

 a { background-color: rgb(56,221,112); }

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

border-color css

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

 span { border-color: rgb(56,221,112); }

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