Html Css Color HEX #38D974 Emerald

📋 copy color: '#38D974'

red 56 ◦ green 217 ◦ blue 116

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

Shades of Emerald #38D974

Tints of Emerald #38D974

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.78%

 BLUE value IS 116 (45.7% from 255) = 29.82%

R = 14.4%
G = 55.78%
B = 29.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#38D974 (or 0x38D974) is known color: Emerald. HEX triplet: 38, D9 and 74. RGB value is (56,217,116). Sum of RGB (Red+Green+Blue) = 56+217+116=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #38D974 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D974 is #C7268B. Grayscale: #9D9D9D. Windows color (decimal): -13051532 or 7657784. OLE color: 7657784.

HSL color Cylindrical-coordinate representation of color #38D974: hue angle of 142.36º degrees, saturation: 0.68, 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 #38D974 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 217 116 -
CMYK 0.74 0 0.47 0.15
HSL 142.36º 0.68% 0.54% -
HSV(B) 142.36º 0.74% 0.85% -
XYZ 29.6 51.73 24.95 -
YUV 157.35 104.66 55.71 -
System Red Green Blue C M Y K H S L
Decimal 56 217 116 0.74 0 0.47 0.15 142.36 0.68 0.54
Hex 38 D9 74 4A 0 2F F 8E 44 36
Octal 70 331 164 112 0 57 17 216 104 66
Binary 111000 11011001 1110100 1001010 0 101111 1111 10001110 1000100 110110

Color Harmonies of #38D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D974

Black with #38D974

Text Example


Text Example

White with #38D974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,217,116); }

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

background-color css

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

 a { background-color: rgb(56,217,116); }

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

border-color css

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

 span { border-color: rgb(56,217,116); }

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