#1CBF79

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

Shades of Mountain Meadow #1CBF79

Tints of Mountain Meadow #1CBF79

Color information

#1CBF79 (or 0x1CBF79) is unknown color: approx Mountain Meadow. HEX triplet: 1C, BF and 79. RGB value is (28,191,121). Sum of RGB (Red+Green+Blue) = 28+191+121=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBF79 is #E34086. Grayscale: #868686. Windows color (decimal): -14893191 or 7978780. OLE color: 7978780.

HSL color Cylindrical-coordinate representation of color #1CBF79: hue angle of 154.23º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBF79 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB28191121-
CMYK0.8500.370.25
HSL154.23º74.43%42.94%-
HSV(B)154.23º85.34%74.9%-
XYZ22.5638.8924.41-
YUV134.28120.552.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.24%
GREEN value IS 191 (75% from 255) = 56.18%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=8.24%
G=56.18%
B=35.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281911210.8500.370.25154.2374.4342.94
Hex1CBF7955025199a4a2b
Octal342771711250453123211253
Binary111001011111111110011010101010010111001100110101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CBF79; }

 p { color: rgb(28,191,121); }

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

<style>
 a { background-color: #1CBF79; }

 a { background-color: rgb(28,191,121); }

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

<style>
 span { border-color: #1CBF79; }

 span { border-color: rgb(28,191,121); }

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