Html Css Color HEX #38DA70 Emerald

📋 copy color: '#38DA70'

red 56 ◦ green 218 ◦ blue 112

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

Shades of Emerald #38DA70

Tints of Emerald #38DA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.48%

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

R = 14.51%
G = 56.48%
B = 29.02%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#38DA70 (or 0x38DA70) is known color: Emerald. HEX triplet: 38, DA and 70. RGB value is (56,218,112). Sum of RGB (Red+Green+Blue) = 56+218+112=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 218 (85.55% from 255 or 56.48% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DA70 is #C7258F. Grayscale: #9D9D9D. Windows color (decimal): -13051280 or 7395896. OLE color: 7395896.

HSL color Cylindrical-coordinate representation of color #38DA70: hue angle of 140.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DA70 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 218 112 -
CMYK 0.74 0 0.49 0.15
HSL 140.74º 0.69% 0.54% -
HSV(B) 140.74º 0.74% 0.85% -
XYZ 29.63 52.15 23.83 -
YUV 157.48 102.33 55.62 -
System Red Green Blue C M Y K H S L
Decimal 56 218 112 0.74 0 0.49 0.15 140.74 0.69 0.54
Hex 38 DA 70 4A 0 31 F 8D 45 36
Octal 70 332 160 112 0 61 17 215 105 66
Binary 111000 11011010 1110000 1001010 0 110001 1111 10001101 1000101 110110

Color Harmonies of #38DA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA70

Black with #38DA70

Text Example


Text Example

White with #38DA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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