#04BC85

Color #04BC85 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #04BC85

Tints of Mountain Meadow #04BC85

Color information

#04BC85 (or 0x04BC85) is unknown color: approx Mountain Meadow. HEX triplet: 04, BC and 85. RGB value is (4,188,133). Sum of RGB (Red+Green+Blue) = 4+188+133=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BC85 is #FB437A. Grayscale: #7E7E7E. Windows color (decimal): -16466811 or 8764420. OLE color: 8764420.

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

Color convert

RGB4188133-
CMYK0.9800.290.26
HSL162.07º95.83%37.65%-
HSV(B)162.07º97.87%73.73%-
XYZ22.2737.6928.29-
YUV126.71131.5440.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 188 (73.83% from 255) = 57.85%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=1.23%
G=57.85%
B=40.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41881330.9800.290.26162.0795.8337.65
Hex4BC856201D1Aa26026
Octal42742051420353224214046
Binary1001011110010000101110001001110111010101000101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,188,133); }

 H1.HeaderClassName
 {
   color: #04BC85;
 }
 .AnyTagClassName
 {
   color: #04BC85;
 }
</style>
background-color css

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

 a { background-color: rgb(4,188,133); }

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

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

 span { border-color: rgb(4,188,133); }

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