Html Css Color HEX #1FCD60 Malachite

📋 copy color: '#1FCD60'

red 31 ◦ green 205 ◦ blue 96

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

Shades of Malachite #1FCD60

Tints of Malachite #1FCD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 9.34%
G = 61.75%
B = 28.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#1FCD60 (or 0x1FCD60) is known color: Malachite. HEX triplet: 1F, CD and 60. RGB value is (31,205,96). Sum of RGB (Red+Green+Blue) = 31+205+96=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCD60 is #E0329F. Grayscale: #8C8C8C. Windows color (decimal): -14693024 or 6343967. OLE color: 6343967.

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

Color convert

RGB 31 205 96 -
CMYK 0.85 0 0.53 0.20
HSL 142.41º 0.74% 0.46% -
HSV(B) 142.41º 0.85% 0.8% -
XYZ 24.51 44.8 18.42 -
YUV 140.55 102.85 49.86 -
System Red Green Blue C M Y K H S L
Decimal 31 205 96 0.85 0 0.53 0.20 142.41 0.74 0.46
Hex 1F CD 60 55 0 35 14 8E 4A 2E
Octal 37 315 140 125 0 65 24 216 112 56
Binary 11111 11001101 1100000 1010101 0 110101 10100 10001110 1001010 101110

Color Harmonies of #1FCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCD60

Black with #1FCD60

Text Example


Text Example

White with #1FCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,205,96); }

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

background-color css

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

 a { background-color: rgb(31,205,96); }

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

border-color css

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

 span { border-color: rgb(31,205,96); }

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