Html Css Color HEX #38F27D Emerald

📋 copy color: '#38F27D'

red 56 ◦ green 242 ◦ blue 125

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

Shades of Emerald #38F27D

Tints of Emerald #38F27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 13.24%
G = 57.21%
B = 29.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#38F27D (or 0x38F27D) is known color: Emerald. HEX triplet: 38, F2 and 7D. RGB value is (56,242,125). Sum of RGB (Red+Green+Blue) = 56+242+125=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #38F27D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F27D is #C70D82. Grayscale: #ADADAD. Windows color (decimal): -13045123 or 8254008. OLE color: 8254008.

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

Color convert

RGB 56 242 125 -
CMYK 0.77 0 0.48 0.05
HSL 142.26º 0.88% 0.58% -
HSV(B) 142.26º 0.77% 0.95% -
XYZ 37.08 65.83 30.15 -
YUV 173.05 100.88 44.51 -
System Red Green Blue C M Y K H S L
Decimal 56 242 125 0.77 0 0.48 0.05 142.26 0.88 0.58
Hex 38 F2 7D 4D 0 30 5 8E 58 3A
Octal 70 362 175 115 0 60 5 216 130 72
Binary 111000 11110010 1111101 1001101 0 110000 101 10001110 1011000 111010

Color Harmonies of #38F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F27D

Black with #38F27D

Text Example


Text Example

White with #38F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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