Html Css Color HEX #04BB7F Mountain Meadow

📋 copy color: '#04BB7F'

red 4 ◦ green 187 ◦ blue 127

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

Shades of Mountain Meadow #04BB7F

Tints of Mountain Meadow #04BB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.94%

R = 1.26%
G = 58.81%
B = 39.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#04BB7F (or 0x04BB7F) is known color: Mountain Meadow. HEX triplet: 04, BB and 7F. RGB value is (4,187,127). Sum of RGB (Red+Green+Blue) = 4+187+127=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BB7F is #FB4480. Grayscale: #7D7D7D. Windows color (decimal): -16467073 or 8370948. OLE color: 8370948.

HSL color Cylindrical-coordinate representation of color #04BB7F: hue angle of 160.33º 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 #04BB7F is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 187 127 -
CMYK 0.98 0 0.32 0.27
HSL 160.33º 0.96% 0.37% -
HSV(B) 160.33º 0.98% 0.73% -
XYZ 21.65 37.1 26.1 -
YUV 125.44 128.87 41.38 -
System Red Green Blue C M Y K H S L
Decimal 4 187 127 0.98 0 0.32 0.27 160.33 0.96 0.37
Hex 4 BB 7F 62 0 20 1B A0 60 25
Octal 4 273 177 142 0 40 33 240 140 45
Binary 100 10111011 1111111 1100010 0 100000 11011 10100000 1100000 100101

Color Harmonies of #04BB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB7F

Black with #04BB7F

Text Example


Text Example

White with #04BB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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