Html Css Color HEX #38F06D Emerald

📋 copy color: '#38F06D'

red 56 ◦ green 240 ◦ blue 109

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

Shades of Emerald #38F06D

Tints of Emerald #38F06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.26%

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 13.83%
G = 59.26%
B = 26.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#38F06D (or 0x38F06D) is known color: Emerald. HEX triplet: 38, F0 and 6D. RGB value is (56,240,109). Sum of RGB (Red+Green+Blue) = 56+240+109=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 240 (94.14% from 255 or 59.26% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 240 - color contains mainly: green. Hex color #38F06D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F06D is #C70F92. Grayscale: #AAAAAA. Windows color (decimal): -13045651 or 7204920. OLE color: 7204920.

HSL color Cylindrical-coordinate representation of color #38F06D: hue angle of 137.28º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F06D is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 240 109 -
CMYK 0.77 0 0.55 0.06
HSL 137.28º 0.86% 0.58% -
HSV(B) 137.28º 0.77% 0.94% -
XYZ 35.55 64.27 25 -
YUV 170.05 93.54 46.65 -
System Red Green Blue C M Y K H S L
Decimal 56 240 109 0.77 0 0.55 0.06 137.28 0.86 0.58
Hex 38 F0 6D 4D 0 37 6 89 56 3A
Octal 70 360 155 115 0 67 6 211 126 72
Binary 111000 11110000 1101101 1001101 0 110111 110 10001001 1010110 111010

Color Harmonies of #38F06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F06D

Black with #38F06D

Text Example


Text Example

White with #38F06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,240,109); }

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

background-color css

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

 a { background-color: rgb(56,240,109); }

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

border-color css

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

 span { border-color: rgb(56,240,109); }

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