Html Css Color HEX #1FE942 Malachite

📋 copy color: '#1FE942'

red 31 ◦ green 233 ◦ blue 66

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

Shades of Malachite #1FE942

Tints of Malachite #1FE942

RGB

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

 GREEN value IS 233 (91.41% from 255) = 70.61%

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

R = 9.39%
G = 70.61%
B = 20%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#1FE942 (or 0x1FE942) is known color: Malachite. HEX triplet: 1F, E9 and 42. RGB value is (31,233,66). Sum of RGB (Red+Green+Blue) = 31+233+66=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 233 (91.41% from 255 or 70.61% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE942 is #E016BD. Grayscale: #9A9A9A. Windows color (decimal): -14685886 or 4385055. OLE color: 4385055.

HSL color Cylindrical-coordinate representation of color #1FE942: hue angle of 130.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE942 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 233 66 -
CMYK 0.87 0 0.72 0.09
HSL 130.4º 0.82% 0.52% -
HSV(B) 130.4º 0.87% 0.91% -
XYZ 30.69 58.96 14.92 -
YUV 153.56 78.58 40.58 -
System Red Green Blue C M Y K H S L
Decimal 31 233 66 0.87 0 0.72 0.09 130.4 0.82 0.52
Hex 1F E9 42 57 0 48 9 82 52 34
Octal 37 351 102 127 0 110 11 202 122 64
Binary 11111 11101001 1000010 1010111 0 1001000 1001 10000010 1010010 110100

Color Harmonies of #1FE942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE942

Black with #1FE942

Text Example


Text Example

White with #1FE942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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