Html Css Color HEX #38F271 Emerald

📋 copy color: '#38F271'

red 56 ◦ green 242 ◦ blue 113

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

Shades of Emerald #38F271

Tints of Emerald #38F271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 13.63%
G = 58.88%
B = 27.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#38F271 (or 0x38F271) is known color: Emerald. HEX triplet: 38, F2 and 71. RGB value is (56,242,113). Sum of RGB (Red+Green+Blue) = 56+242+113=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #38F271 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F271 is #C70D8E. Grayscale: #ACACAC. Windows color (decimal): -13045135 or 7467576. OLE color: 7467576.

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

Color convert

RGB 56 242 113 -
CMYK 0.77 0 0.53 0.05
HSL 138.39º 0.88% 0.58% -
HSV(B) 138.39º 0.77% 0.95% -
XYZ 36.36 65.54 26.36 -
YUV 171.68 94.88 45.49 -
System Red Green Blue C M Y K H S L
Decimal 56 242 113 0.77 0 0.53 0.05 138.39 0.88 0.58
Hex 38 F2 71 4D 0 35 5 8A 58 3A
Octal 70 362 161 115 0 65 5 212 130 72
Binary 111000 11110010 1110001 1001101 0 110101 101 10001010 1011000 111010

Color Harmonies of #38F271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F271

Black with #38F271

Text Example


Text Example

White with #38F271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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