Html Css Color HEX #1FD242 Malachite

📋 copy color: '#1FD242'

red 31 ◦ green 210 ◦ blue 66

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

Shades of Malachite #1FD242

Tints of Malachite #1FD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 68.4%

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 10.1%
G = 68.4%
B = 21.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#1FD242 (or 0x1FD242) is known color: Malachite. HEX triplet: 1F, D2 and 42. RGB value is (31,210,66). Sum of RGB (Red+Green+Blue) = 31+210+66=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 210 (82.42% from 255 or 68.40% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD242 is #E02DBD. Grayscale: #8C8C8C. Windows color (decimal): -14691774 or 4379167. OLE color: 4379167.

HSL color Cylindrical-coordinate representation of color #1FD242: hue angle of 131.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD242 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 210 66 -
CMYK 0.85 0 0.69 0.18
HSL 131.73º 0.74% 0.47% -
HSV(B) 131.73º 0.85% 0.82% -
XYZ 24.6 46.78 12.89 -
YUV 140.06 86.2 50.21 -
System Red Green Blue C M Y K H S L
Decimal 31 210 66 0.85 0 0.69 0.18 131.73 0.74 0.47
Hex 1F D2 42 55 0 45 12 84 4A 2F
Octal 37 322 102 125 0 105 22 204 112 57
Binary 11111 11010010 1000010 1010101 0 1000101 10010 10000100 1001010 101111

Color Harmonies of #1FD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD242

Black with #1FD242

Text Example


Text Example

White with #1FD242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,210,66); }

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

background-color css

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

 a { background-color: rgb(31,210,66); }

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

border-color css

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

 span { border-color: rgb(31,210,66); }

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