Html Css Color HEX #38F975 Emerald

📋 copy color: '#38F975'

red 56 ◦ green 249 ◦ blue 117

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

Shades of Emerald #38F975

Tints of Emerald #38F975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59%

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

R = 13.27%
G = 59%
B = 27.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#38F975 (or 0x38F975) is known color: Emerald. HEX triplet: 38, F9 and 75. RGB value is (56,249,117). Sum of RGB (Red+Green+Blue) = 56+249+117=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 249 (97.66% from 255 or 59.00% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 249 - color contains mainly: green. Hex color #38F975 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F975 is #C7068A. Grayscale: #B0B0B0. Windows color (decimal): -13043339 or 7731512. OLE color: 7731512.

HSL color Cylindrical-coordinate representation of color #38F975: hue angle of 138.96º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F975 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 249 117 -
CMYK 0.78 0 0.53 0.02
HSL 138.96º 0.94% 0.6% -
HSV(B) 138.96º 0.78% 0.98% -
XYZ 38.72 69.88 28.28 -
YUV 176.25 94.56 42.23 -
System Red Green Blue C M Y K H S L
Decimal 56 249 117 0.78 0 0.53 0.02 138.96 0.94 0.6
Hex 38 F9 75 4E 0 35 2 8B 5E 3C
Octal 70 371 165 116 0 65 2 213 136 74
Binary 111000 11111001 1110101 1001110 0 110101 10 10001011 1011110 111100

Color Harmonies of #38F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F975

Black with #38F975

Text Example


Text Example

White with #38F975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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