Html Css Color HEX #38F06F Emerald

📋 copy color: '#38F06F'

red 56 ◦ green 240 ◦ blue 111

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

Shades of Emerald #38F06F

Tints of Emerald #38F06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 13.76%
G = 58.97%
B = 27.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#38F06F (or 0x38F06F) is known color: Emerald. HEX triplet: 38, F0 and 6F. RGB value is (56,240,111). Sum of RGB (Red+Green+Blue) = 56+240+111=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 240 (94.14% from 255 or 58.97% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 240 - color contains mainly: green. Hex color #38F06F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F06F is #C70F90. Grayscale: #AAAAAA. Windows color (decimal): -13045649 or 7335992. OLE color: 7335992.

HSL color Cylindrical-coordinate representation of color #38F06F: hue angle of 137.93º 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 #38F06F is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 240 111 -
CMYK 0.77 0 0.54 0.06
HSL 137.93º 0.86% 0.58% -
HSV(B) 137.93º 0.77% 0.94% -
XYZ 35.66 64.31 25.57 -
YUV 170.28 94.54 46.49 -
System Red Green Blue C M Y K H S L
Decimal 56 240 111 0.77 0 0.54 0.06 137.93 0.86 0.58
Hex 38 F0 6F 4D 0 36 6 8A 56 3A
Octal 70 360 157 115 0 66 6 212 126 72
Binary 111000 11110000 1101111 1001101 0 110110 110 10001010 1010110 111010

Color Harmonies of #38F06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F06F

Black with #38F06F

Text Example


Text Example

White with #38F06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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