Html Css Color HEX #38DB5E Emerald

📋 copy color: '#38DB5E'

red 56 ◦ green 219 ◦ blue 94

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

Shades of Emerald #38DB5E

Tints of Emerald #38DB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 15.18%
G = 59.35%
B = 25.47%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#38DB5E (or 0x38DB5E) is known color: Emerald. HEX triplet: 38, DB and 5E. RGB value is (56,219,94). Sum of RGB (Red+Green+Blue) = 56+219+94=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 219 (85.94% from 255 or 59.35% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DB5E is #C724A1. Grayscale: #9C9C9C. Windows color (decimal): -13051042 or 6216504. OLE color: 6216504.

HSL color Cylindrical-coordinate representation of color #38DB5E: hue angle of 133.99º 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 #38DB5E is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 219 94 -
CMYK 0.74 0 0.57 0.14
HSL 133.99º 0.69% 0.54% -
HSV(B) 133.99º 0.74% 0.86% -
XYZ 28.98 52.31 19.16 -
YUV 156.01 93 56.66 -
System Red Green Blue C M Y K H S L
Decimal 56 219 94 0.74 0 0.57 0.14 133.99 0.69 0.54
Hex 38 DB 5E 4A 0 39 E 86 45 36
Octal 70 333 136 112 0 71 16 206 105 66
Binary 111000 11011011 1011110 1001010 0 111001 1110 10000110 1000101 110110

Color Harmonies of #38DB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DB5E

Black with #38DB5E

Text Example


Text Example

White with #38DB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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