Html Css Color HEX #04C082 Mountain Meadow

📋 copy color: '#04C082'

red 4 ◦ green 192 ◦ blue 130

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

Shades of Mountain Meadow #04C082

Tints of Mountain Meadow #04C082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.9%

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

R = 1.23%
G = 58.9%
B = 39.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#04C082 (or 0x04C082) is known color: Mountain Meadow. HEX triplet: 04, C0 and 82. RGB value is (4,192,130). Sum of RGB (Red+Green+Blue) = 4+192+130=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #04C082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C082 is #FB3F7D. Grayscale: #808080. Windows color (decimal): -16465790 or 8568836. OLE color: 8568836.

HSL color Cylindrical-coordinate representation of color #04C082: hue angle of 160.21º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C082 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 192 130 -
CMYK 0.98 0 0.32 0.25
HSL 160.21º 0.96% 0.38% -
HSV(B) 160.21º 0.98% 0.75% -
XYZ 22.93 39.34 27.5 -
YUV 128.72 128.72 39.04 -
System Red Green Blue C M Y K H S L
Decimal 4 192 130 0.98 0 0.32 0.25 160.21 0.96 0.38
Hex 4 C0 82 62 0 20 19 A0 60 26
Octal 4 300 202 142 0 40 31 240 140 46
Binary 100 11000000 10000010 1100010 0 100000 11001 10100000 1100000 100110

Color Harmonies of #04C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C082

Black with #04C082

Text Example


Text Example

White with #04C082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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