Html Css Color HEX #38DB72 Emerald

📋 copy color: '#38DB72'

red 56 ◦ green 219 ◦ blue 114

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

Shades of Emerald #38DB72

Tints of Emerald #38DB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.3%

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 14.4%
G = 56.3%
B = 29.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#38DB72 (or 0x38DB72) is known color: Emerald. HEX triplet: 38, DB and 72. RGB value is (56,219,114). Sum of RGB (Red+Green+Blue) = 56+219+114=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DB72 is #C7248D. Grayscale: #9E9E9E. Windows color (decimal): -13051022 or 7527224. OLE color: 7527224.

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

Color convert

RGB 56 219 114 -
CMYK 0.74 0 0.48 0.14
HSL 141.35º 0.69% 0.54% -
HSV(B) 141.35º 0.74% 0.86% -
XYZ 30 52.72 24.51 -
YUV 158.29 103 55.04 -
System Red Green Blue C M Y K H S L
Decimal 56 219 114 0.74 0 0.48 0.14 141.35 0.69 0.54
Hex 38 DB 72 4A 0 30 E 8D 45 36
Octal 70 333 162 112 0 60 16 215 105 66
Binary 111000 11011011 1110010 1001010 0 110000 1110 10001101 1000101 110110

Color Harmonies of #38DB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DB72

Black with #38DB72

Text Example


Text Example

White with #38DB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,219,114); }

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

background-color css

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

 a { background-color: rgb(56,219,114); }

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

border-color css

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

 span { border-color: rgb(56,219,114); }

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