Html Css Color HEX #1CCD75 Mountain Meadow

📋 copy color: '#1CCD75'

red 28 ◦ green 205 ◦ blue 117

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

Shades of Mountain Meadow #1CCD75

Tints of Mountain Meadow #1CCD75

RGB

 RED value IS 28 (11.33% from 255) = 8%

 GREEN value IS 205 (80.47% from 255) = 58.57%

 BLUE value IS 117 (46.09% from 255) = 33.43%

R = 8%
G = 58.57%
B = 33.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#1CCD75 (or 0x1CCD75) is known color: Mountain Meadow. HEX triplet: 1C, CD and 75. RGB value is (28,205,117). Sum of RGB (Red+Green+Blue) = 28+205+117=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCD75 is #E3328A. Grayscale: #8E8E8E. Windows color (decimal): -14889611 or 7720220. OLE color: 7720220.

HSL color Cylindrical-coordinate representation of color #1CCD75: hue angle of 150.17º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCD75 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 205 117 -
CMYK 0.86 0 0.43 0.20
HSL 150.17º 0.76% 0.46% -
HSV(B) 150.17º 0.86% 0.8% -
XYZ 25.52 45.19 24.21 -
YUV 142.05 113.86 46.66 -
System Red Green Blue C M Y K H S L
Decimal 28 205 117 0.86 0 0.43 0.20 150.17 0.76 0.46
Hex 1C CD 75 56 0 2B 14 96 4C 2E
Octal 34 315 165 126 0 53 24 226 114 56
Binary 11100 11001101 1110101 1010110 0 101011 10100 10010110 1001100 101110

Color Harmonies of #1CCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCD75

Black with #1CCD75

Text Example


Text Example

White with #1CCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CCD75;
 }
 .AnyTagClassName
 {
   color: #1CCD75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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