Html Css Color HEX #38F275 Emerald

📋 copy color: '#38F275'

red 56 ◦ green 242 ◦ blue 117

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

Shades of Emerald #38F275

Tints of Emerald #38F275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.31%

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

R = 13.49%
G = 58.31%
B = 28.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#38F275 (or 0x38F275) is known color: Emerald. HEX triplet: 38, F2 and 75. RGB value is (56,242,117). Sum of RGB (Red+Green+Blue) = 56+242+117=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #38F275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F275 is #C70D8A. Grayscale: #ACACAC. Windows color (decimal): -13045131 or 7729720. OLE color: 7729720.

HSL color Cylindrical-coordinate representation of color #38F275: hue angle of 139.68º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F275 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 117 -
CMYK 0.77 0 0.52 0.05
HSL 139.68º 0.88% 0.58% -
HSV(B) 139.68º 0.77% 0.95% -
XYZ 36.59 65.63 27.57 -
YUV 172.14 96.88 45.16 -
System Red Green Blue C M Y K H S L
Decimal 56 242 117 0.77 0 0.52 0.05 139.68 0.88 0.58
Hex 38 F2 75 4D 0 34 5 8C 58 3A
Octal 70 362 165 115 0 64 5 214 130 72
Binary 111000 11110010 1110101 1001101 0 110100 101 10001100 1011000 111010

Color Harmonies of #38F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F275

Black with #38F275

Text Example


Text Example

White with #38F275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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