Html Css Color HEX #38D474 Emerald

📋 copy color: '#38D474'

red 56 ◦ green 212 ◦ blue 116

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

Shades of Emerald #38D474

Tints of Emerald #38D474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.21%

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

R = 14.58%
G = 55.21%
B = 30.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#38D474 (or 0x38D474) is known color: Emerald. HEX triplet: 38, D4 and 74. RGB value is (56,212,116). Sum of RGB (Red+Green+Blue) = 56+212+116=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #38D474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D474 is #C72B8B. Grayscale: #9A9A9A. Windows color (decimal): -13052812 or 7656504. OLE color: 7656504.

HSL color Cylindrical-coordinate representation of color #38D474: hue angle of 143.08º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D474 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 56 212 116 -
CMYK 0.74 0 0.45 0.17
HSL 143.08º 0.64% 0.53% -
HSV(B) 143.08º 0.74% 0.83% -
XYZ 28.33 49.19 24.52 -
YUV 154.41 106.32 57.81 -
System Red Green Blue C M Y K H S L
Decimal 56 212 116 0.74 0 0.45 0.17 143.08 0.64 0.53
Hex 38 D4 74 4A 0 2D 11 8F 40 35
Octal 70 324 164 112 0 55 21 217 100 65
Binary 111000 11010100 1110100 1001010 0 101101 10001 10001111 1000000 110101

Color Harmonies of #38D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D474

Black with #38D474

Text Example


Text Example

White with #38D474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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