Html Css Color HEX #38F875 Emerald

📋 copy color: '#38F875'

red 56 ◦ green 248 ◦ blue 117

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

Shades of Emerald #38F875

Tints of Emerald #38F875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.91%

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 13.3%
G = 58.91%
B = 27.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#38F875 (or 0x38F875) is known color: Emerald. HEX triplet: 38, F8 and 75. RGB value is (56,248,117). Sum of RGB (Red+Green+Blue) = 56+248+117=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 248 (97.27% from 255 or 58.91% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 248 - color contains mainly: green. Hex color #38F875 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F875 is #C7078A. Grayscale: #AFAFAF. Windows color (decimal): -13043595 or 7731256. OLE color: 7731256.

HSL color Cylindrical-coordinate representation of color #38F875: hue angle of 139.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F875 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 248 117 -
CMYK 0.77 0 0.53 0.03
HSL 139.06º 0.93% 0.6% -
HSV(B) 139.06º 0.77% 0.97% -
XYZ 38.41 69.26 28.17 -
YUV 175.66 94.89 42.65 -
System Red Green Blue C M Y K H S L
Decimal 56 248 117 0.77 0 0.53 0.03 139.06 0.93 0.6
Hex 38 F8 75 4D 0 35 3 8B 5D 3C
Octal 70 370 165 115 0 65 3 213 135 74
Binary 111000 11111000 1110101 1001101 0 110101 11 10001011 1011101 111100

Color Harmonies of #38F875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F875

Black with #38F875

Text Example


Text Example

White with #38F875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,248,117); }

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

background-color css

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

 a { background-color: rgb(56,248,117); }

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

border-color css

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

 span { border-color: rgb(56,248,117); }

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