Html Css Color HEX #38DD5E Emerald

📋 copy color: '#38DD5E'

red 56 ◦ green 221 ◦ blue 94

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

Shades of Emerald #38DD5E

Tints of Emerald #38DD5E

RGB

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

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

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

R = 15.09%
G = 59.57%
B = 25.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#38DD5E (or 0x38DD5E) is known color: Emerald. HEX triplet: 38, DD and 5E. RGB value is (56,221,94). Sum of RGB (Red+Green+Blue) = 56+221+94=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD5E is #C722A1. Grayscale: #9D9D9D. Windows color (decimal): -13050530 or 6217016. OLE color: 6217016.

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

Color convert

RGB 56 221 94 -
CMYK 0.75 0 0.57 0.13
HSL 133.82º 0.71% 0.54% -
HSV(B) 133.82º 0.75% 0.87% -
XYZ 29.51 53.36 19.33 -
YUV 157.19 92.34 55.83 -
System Red Green Blue C M Y K H S L
Decimal 56 221 94 0.75 0 0.57 0.13 133.82 0.71 0.54
Hex 38 DD 5E 4B 0 39 D 86 47 36
Octal 70 335 136 113 0 71 15 206 107 66
Binary 111000 11011101 1011110 1001011 0 111001 1101 10000110 1000111 110110

Color Harmonies of #38DD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DD5E

Black with #38DD5E

Text Example


Text Example

White with #38DD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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