Html Css Color HEX #38E060 Emerald

📋 copy color: '#38E060'

red 56 ◦ green 224 ◦ blue 96

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

Shades of Emerald #38E060

Tints of Emerald #38E060

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.57%

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

R = 14.89%
G = 59.57%
B = 25.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#38E060 (or 0x38E060) is known color: Emerald. HEX triplet: 38, E0 and 60. RGB value is (56,224,96). Sum of RGB (Red+Green+Blue) = 56+224+96=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #38E060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E060 is #C71F9F. Grayscale: #9F9F9F. Windows color (decimal): -13049760 or 6348856. OLE color: 6348856.

HSL color Cylindrical-coordinate representation of color #38E060: hue angle of 134.29º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E060 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 96 -
CMYK 0.75 0 0.57 0.12
HSL 134.29º 0.73% 0.55% -
HSV(B) 134.29º 0.75% 0.88% -
XYZ 30.4 55 20.08 -
YUV 159.18 92.34 54.41 -
System Red Green Blue C M Y K H S L
Decimal 56 224 96 0.75 0 0.57 0.12 134.29 0.73 0.55
Hex 38 E0 60 4B 0 39 C 86 49 37
Octal 70 340 140 113 0 71 14 206 111 67
Binary 111000 11100000 1100000 1001011 0 111001 1100 10000110 1001001 110111

Color Harmonies of #38E060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E060

Black with #38E060

Text Example


Text Example

White with #38E060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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