Html Css Color HEX #1FCC7D Mountain Meadow

📋 copy color: '#1FCC7D'

red 31 ◦ green 204 ◦ blue 125

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

Shades of Mountain Meadow #1FCC7D

Tints of Mountain Meadow #1FCC7D

RGB

 RED value IS 31 (12.5% from 255) = 8.61%

 GREEN value IS 204 (80.08% from 255) = 56.67%

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 8.61%
G = 56.67%
B = 34.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#1FCC7D (or 0x1FCC7D) is known color: Mountain Meadow. HEX triplet: 1F, CC and 7D. RGB value is (31,204,125). Sum of RGB (Red+Green+Blue) = 31+204+125=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCC7D is #E03382. Grayscale: #8F8F8F. Windows color (decimal): -14693251 or 8244255. OLE color: 8244255.

HSL color Cylindrical-coordinate representation of color #1FCC7D: hue angle of 152.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC7D is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 204 125 -
CMYK 0.85 0 0.39 0.2
HSL 152.6º 0.74% 0.46% -
HSV(B) 152.6º 0.85% 0.8% -
XYZ 25.86 44.96 26.72 -
YUV 143.27 117.69 47.92 -
System Red Green Blue C M Y K H S L
Decimal 31 204 125 0.85 0 0.39 0.2 152.6 0.74 0.46
Hex 1F CC 7D 55 0 27 14 99 4A 2E
Octal 37 314 175 125 0 47 24 231 112 56
Binary 11111 11001100 1111101 1010101 0 100111 10100 10011001 1001010 101110

Color Harmonies of #1FCC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCC7D

Black with #1FCC7D

Text Example


Text Example

White with #1FCC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,204,125); }

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

background-color css

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

 a { background-color: rgb(31,204,125); }

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

border-color css

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

 span { border-color: rgb(31,204,125); }

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