Html Css Color HEX #2FD953 Malachite

📋 copy color: '#2FD953'

red 47 ◦ green 217 ◦ blue 83

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

Shades of Malachite #2FD953

Tints of Malachite #2FD953

RGB

 RED value IS 47 (18.75% from 255) = 13.54%

 GREEN value IS 217 (85.16% from 255) = 62.54%

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 13.54%
G = 62.54%
B = 23.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#2FD953 (or 0x2FD953) is known color: Malachite. HEX triplet: 2F, D9 and 53. RGB value is (47,217,83). Sum of RGB (Red+Green+Blue) = 47+217+83=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 217 (85.16% from 255 or 62.54% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD953 is #D026AC. Grayscale: #979797. Windows color (decimal): -13641389 or 5495087. OLE color: 5495087.

HSL color Cylindrical-coordinate representation of color #2FD953: hue angle of 132.71º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD953 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 83 -
CMYK 0.78 0 0.62 0.15
HSL 132.71º 0.69% 0.52% -
HSV(B) 132.71º 0.78% 0.85% -
XYZ 27.55 50.85 16.55 -
YUV 150.89 89.68 53.9 -
System Red Green Blue C M Y K H S L
Decimal 47 217 83 0.78 0 0.62 0.15 132.71 0.69 0.52
Hex 2F D9 53 4E 0 3E F 85 45 34
Octal 57 331 123 116 0 76 17 205 105 64
Binary 101111 11011001 1010011 1001110 0 111110 1111 10000101 1000101 110100

Color Harmonies of #2FD953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD953

Black with #2FD953

Text Example


Text Example

White with #2FD953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FD953; }

 p { color: rgb(47,217,83); }

 H1.HeaderClassName
 {
   color: #2FD953;
 }
 .AnyTagClassName
 {
   color: #2FD953;
 }
</style>

background-color css

<style>
 a { background-color: #2FD953; }

 a { background-color: rgb(47,217,83); }

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

border-color css

<style>
 span { border-color: #2FD953; }

 span { border-color: rgb(47,217,83); }

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