Html Css Color HEX #1FCA64 Malachite

📋 copy color: '#1FCA64'

red 31 ◦ green 202 ◦ blue 100

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

Shades of Malachite #1FCA64

Tints of Malachite #1FCA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.66%

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 9.31%
G = 60.66%
B = 30.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#1FCA64 (or 0x1FCA64) is known color: Malachite. HEX triplet: 1F, CA and 64. RGB value is (31,202,100). Sum of RGB (Red+Green+Blue) = 31+202+100=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCA64 is #E0359B. Grayscale: #8B8B8B. Windows color (decimal): -14693788 or 6605343. OLE color: 6605343.

HSL color Cylindrical-coordinate representation of color #1FCA64: hue angle of 144.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCA64 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 202 100 -
CMYK 0.85 0 0.50 0.21
HSL 144.21º 0.73% 0.46% -
HSV(B) 144.21º 0.85% 0.79% -
XYZ 23.99 43.45 19.18 -
YUV 139.24 105.85 50.79 -
System Red Green Blue C M Y K H S L
Decimal 31 202 100 0.85 0 0.50 0.21 144.21 0.73 0.46
Hex 1F CA 64 55 0 32 15 90 49 2E
Octal 37 312 144 125 0 62 25 220 111 56
Binary 11111 11001010 1100100 1010101 0 110010 10101 10010000 1001001 101110

Color Harmonies of #1FCA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCA64

Black with #1FCA64

Text Example


Text Example

White with #1FCA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,202,100); }

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

background-color css

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

 a { background-color: rgb(31,202,100); }

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

border-color css

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

 span { border-color: rgb(31,202,100); }

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