Html Css Color HEX #38F482 Emerald

📋 copy color: '#38F482'

red 56 ◦ green 244 ◦ blue 130

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

Shades of Emerald #38F482

Tints of Emerald #38F482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.74%

 BLUE value IS 130 (51.17% from 255) = 30.23%

R = 13.02%
G = 56.74%
B = 30.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#38F482 (or 0x38F482) is known color: Emerald. HEX triplet: 38, F4 and 82. RGB value is (56,244,130). Sum of RGB (Red+Green+Blue) = 56+244+130=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 244 (95.70% from 255 or 56.74% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 244 - color contains mainly: green. Hex color #38F482 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F482 is #C70B7D. Grayscale: #AFAFAF. Windows color (decimal): -13044606 or 8582200. OLE color: 8582200.

HSL color Cylindrical-coordinate representation of color #38F482: hue angle of 143.62º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F482 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 244 130 -
CMYK 0.77 0 0.47 0.04
HSL 143.62º 0.9% 0.59% -
HSV(B) 143.62º 0.77% 0.96% -
XYZ 38.01 67.15 32.08 -
YUV 174.79 102.72 43.27 -
System Red Green Blue C M Y K H S L
Decimal 56 244 130 0.77 0 0.47 0.04 143.62 0.9 0.59
Hex 38 F4 82 4D 0 2F 4 90 5A 3B
Octal 70 364 202 115 0 57 4 220 132 73
Binary 111000 11110100 10000010 1001101 0 101111 100 10010000 1011010 111011

Color Harmonies of #38F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F482

Black with #38F482

Text Example


Text Example

White with #38F482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,244,130); }

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

background-color css

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

 a { background-color: rgb(56,244,130); }

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

border-color css

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

 span { border-color: rgb(56,244,130); }

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