Html Css Color HEX #38D560 Emerald

📋 copy color: '#38D560'

red 56 ◦ green 213 ◦ blue 96

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

Shades of Emerald #38D560

Tints of Emerald #38D560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.36%

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 15.34%
G = 58.36%
B = 26.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#38D560 (or 0x38D560) is known color: Emerald. HEX triplet: 38, D5 and 60. RGB value is (56,213,96). Sum of RGB (Red+Green+Blue) = 56+213+96=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #38D560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D560 is #C72A9F. Grayscale: #999999. Windows color (decimal): -13052576 or 6346040. OLE color: 6346040.

HSL color Cylindrical-coordinate representation of color #38D560: hue angle of 135.29º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D560 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 213 96 -
CMYK 0.74 0 0.55 0.16
HSL 135.29º 0.65% 0.53% -
HSV(B) 135.29º 0.74% 0.84% -
XYZ 27.54 49.27 19.13 -
YUV 152.72 95.99 59.01 -
System Red Green Blue C M Y K H S L
Decimal 56 213 96 0.74 0 0.55 0.16 135.29 0.65 0.53
Hex 38 D5 60 4A 0 37 10 87 41 35
Octal 70 325 140 112 0 67 20 207 101 65
Binary 111000 11010101 1100000 1001010 0 110111 10000 10000111 1000001 110101

Color Harmonies of #38D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D560

Black with #38D560

Text Example


Text Example

White with #38D560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,213,96); }

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

background-color css

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

 a { background-color: rgb(56,213,96); }

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

border-color css

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

 span { border-color: rgb(56,213,96); }

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