Html Css Color HEX #04B482 Mountain Meadow

📋 copy color: '#04B482'

red 4 ◦ green 180 ◦ blue 130

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

Shades of Mountain Meadow #04B482

Tints of Mountain Meadow #04B482

RGB

 RED value IS 4 (1.95% from 255) = 1.27%

 GREEN value IS 180 (70.7% from 255) = 57.32%

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

R = 1.27%
G = 57.32%
B = 41.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#04B482 (or 0x04B482) is known color: Mountain Meadow. HEX triplet: 04, B4 and 82. RGB value is (4,180,130). Sum of RGB (Red+Green+Blue) = 4+180+130=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #04B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B482 is #FB4B7D. Grayscale: #797979. Windows color (decimal): -16468862 or 8565764. OLE color: 8565764.

HSL color Cylindrical-coordinate representation of color #04B482: hue angle of 162.95º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B482 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 4 180 130 -
CMYK 0.98 0 0.28 0.29
HSL 162.95º 0.96% 0.36% -
HSV(B) 162.95º 0.98% 0.71% -
XYZ 20.4 34.28 26.66 -
YUV 121.68 132.69 44.07 -
System Red Green Blue C M Y K H S L
Decimal 4 180 130 0.98 0 0.28 0.29 162.95 0.96 0.36
Hex 4 B4 82 62 0 1C 1D A3 60 24
Octal 4 264 202 142 0 34 35 243 140 44
Binary 100 10110100 10000010 1100010 0 11100 11101 10100011 1100000 100100

Color Harmonies of #04B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B482

Black with #04B482

Text Example


Text Example

White with #04B482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04B482; }

 p { color: rgb(4,180,130); }

 H1.HeaderClassName
 {
   color: #04B482;
 }
 .AnyTagClassName
 {
   color: #04B482;
 }
</style>

background-color css

<style>
 a { background-color: #04B482; }

 a { background-color: rgb(4,180,130); }

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

border-color css

<style>
 span { border-color: #04B482; }

 span { border-color: rgb(4,180,130); }

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