Html Css Color HEX #04BB7E Mountain Meadow

📋 copy color: '#04BB7E'

red 4 ◦ green 187 ◦ blue 126

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

Shades of Mountain Meadow #04BB7E

Tints of Mountain Meadow #04BB7E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.99%

 BLUE value IS 126 (49.61% from 255) = 39.75%

R = 1.26%
G = 58.99%
B = 39.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#04BB7E (or 0x04BB7E) is known color: Mountain Meadow. HEX triplet: 04, BB and 7E. RGB value is (4,187,126). Sum of RGB (Red+Green+Blue) = 4+187+126=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 187 (73.44% from 255 or 58.99% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BB7E is #FB4481. Grayscale: #7D7D7D. Windows color (decimal): -16467074 or 8305412. OLE color: 8305412.

HSL color Cylindrical-coordinate representation of color #04BB7E: hue angle of 160º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BB7E is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 187 126 -
CMYK 0.98 0 0.33 0.27
HSL 160º 0.96% 0.37% -
HSV(B) 160º 0.98% 0.73% -
XYZ 21.59 37.07 25.76 -
YUV 125.33 128.37 41.46 -
System Red Green Blue C M Y K H S L
Decimal 4 187 126 0.98 0 0.33 0.27 160 0.96 0.37
Hex 4 BB 7E 62 0 21 1B A0 60 25
Octal 4 273 176 142 0 41 33 240 140 45
Binary 100 10111011 1111110 1100010 0 100001 11011 10100000 1100000 100101

Color Harmonies of #04BB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB7E

Black with #04BB7E

Text Example


Text Example

White with #04BB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,187,126); }

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

background-color css

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

 a { background-color: rgb(4,187,126); }

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

border-color css

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

 span { border-color: rgb(4,187,126); }

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