#1CBE75

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

Shades of Mountain Meadow #1CBE75

Tints of Mountain Meadow #1CBE75

Color information

#1CBE75 (or 0x1CBE75) is unknown color: approx Mountain Meadow. HEX triplet: 1C, BE and 75. RGB value is (28,190,117). Sum of RGB (Red+Green+Blue) = 28+190+117=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBE75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBE75 is #E3418A. Grayscale: #858585. Windows color (decimal): -14893451 or 7716380. OLE color: 7716380.

HSL color Cylindrical-coordinate representation of color #1CBE75: hue angle of 152.96º 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 #1CBE75 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB28190117-
CMYK0.8500.380.25
HSL152.96º74.31%42.75%-
HSV(B)152.96º85.26%74.51%-
XYZ22.138.3623.07-
YUV133.24118.8352.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.36%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=8.36%
G=56.72%
B=34.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281901170.8500.380.25152.9674.3142.75
Hex1CBE755502619994a2b
Octal342761651250463123111253
Binary111001011111011101011010101010011011001100110011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,190,117); }

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

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

 a { background-color: rgb(28,190,117); }

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

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

 span { border-color: rgb(28,190,117); }

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