Html Css Color HEX #1FE950 Malachite

📋 copy color: '#1FE950'

red 31 ◦ green 233 ◦ blue 80

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

Shades of Malachite #1FE950

Tints of Malachite #1FE950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 9.01%
G = 67.73%
B = 23.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#1FE950 (or 0x1FE950) is known color: Malachite. HEX triplet: 1F, E9 and 50. RGB value is (31,233,80). Sum of RGB (Red+Green+Blue) = 31+233+80=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 233 (91.41% from 255 or 67.73% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE950 is #E016AF. Grayscale: #9B9B9B. Windows color (decimal): -14685872 or 5302559. OLE color: 5302559.

HSL color Cylindrical-coordinate representation of color #1FE950: hue angle of 134.55º 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 #1FE950 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 233 80 -
CMYK 0.87 0 0.66 0.09
HSL 134.55º 0.82% 0.52% -
HSV(B) 134.55º 0.87% 0.91% -
XYZ 31.15 59.15 17.36 -
YUV 155.16 85.58 39.44 -
System Red Green Blue C M Y K H S L
Decimal 31 233 80 0.87 0 0.66 0.09 134.55 0.82 0.52
Hex 1F E9 50 57 0 42 9 87 52 34
Octal 37 351 120 127 0 102 11 207 122 64
Binary 11111 11101001 1010000 1010111 0 1000010 1001 10000111 1010010 110100

Color Harmonies of #1FE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE950

Black with #1FE950

Text Example


Text Example

White with #1FE950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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