Html Css Color HEX #04C07B Mountain Meadow

📋 copy color: '#04C07B'

red 4 ◦ green 192 ◦ blue 123

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

Shades of Mountain Meadow #04C07B

Tints of Mountain Meadow #04C07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 1.25%
G = 60.19%
B = 38.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#04C07B (or 0x04C07B) is known color: Mountain Meadow. HEX triplet: 04, C0 and 7B. RGB value is (4,192,123). Sum of RGB (Red+Green+Blue) = 4+192+123=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #04C07B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C07B is #FB3F84. Grayscale: #808080. Windows color (decimal): -16465797 or 8110084. OLE color: 8110084.

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

Color convert

RGB 4 192 123 -
CMYK 0.98 0 0.36 0.25
HSL 157.98º 0.96% 0.38% -
HSV(B) 157.98º 0.98% 0.75% -
XYZ 22.47 39.16 25.11 -
YUV 127.92 125.22 39.61 -
System Red Green Blue C M Y K H S L
Decimal 4 192 123 0.98 0 0.36 0.25 157.98 0.96 0.38
Hex 4 C0 7B 62 0 24 19 9E 60 26
Octal 4 300 173 142 0 44 31 236 140 46
Binary 100 11000000 1111011 1100010 0 100100 11001 10011110 1100000 100110

Color Harmonies of #04C07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C07B

Black with #04C07B

Text Example


Text Example

White with #04C07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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