Html Css Color HEX #1CBE75 Mountain Meadow

📋 copy color: '#1CBE75'

red 28 ◦ green 190 ◦ blue 117

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

Shades of Mountain Meadow #1CBE75

Tints of Mountain Meadow #1CBE75

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 value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#1CBE75 (or 0x1CBE75) is known color: 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

RGB 28 190 117 -
CMYK 0.85 0 0.38 0.25
HSL 152.96º 0.74% 0.43% -
HSV(B) 152.96º 0.85% 0.75% -
XYZ 22.1 38.36 23.07 -
YUV 133.24 118.83 52.94 -
System Red Green Blue C M Y K H S L
Decimal 28 190 117 0.85 0 0.38 0.25 152.96 0.74 0.43
Hex 1C BE 75 55 0 26 19 99 4A 2B
Octal 34 276 165 125 0 46 31 231 112 53
Binary 11100 10111110 1110101 1010101 0 100110 11001 10011001 1001010 101011

Color Harmonies of #1CBE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBE75

Black with #1CBE75

Text Example


Text Example

White with #1CBE75

Text Example


Text Example

HTML Codes & Css Web 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>