Html Css Color HEX #2FD965 Malachite

📋 copy color: '#2FD965'

red 47 ◦ green 217 ◦ blue 101

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

Shades of Malachite #2FD965

Tints of Malachite #2FD965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 12.88%
G = 59.45%
B = 27.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#2FD965 (or 0x2FD965) is known color: Malachite. HEX triplet: 2F, D9 and 65. RGB value is (47,217,101). Sum of RGB (Red+Green+Blue) = 47+217+101=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 217 (85.16% from 255 or 59.45% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD965 is #D0269A. Grayscale: #999999. Windows color (decimal): -13641371 or 6674735. OLE color: 6674735.

HSL color Cylindrical-coordinate representation of color #2FD965: hue angle of 139.06º 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 #2FD965 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 101 -
CMYK 0.78 0 0.53 0.15
HSL 139.06º 0.69% 0.52% -
HSV(B) 139.06º 0.78% 0.85% -
XYZ 28.33 51.17 20.7 -
YUV 152.95 98.68 52.43 -
System Red Green Blue C M Y K H S L
Decimal 47 217 101 0.78 0 0.53 0.15 139.06 0.69 0.52
Hex 2F D9 65 4E 0 35 F 8B 45 34
Octal 57 331 145 116 0 65 17 213 105 64
Binary 101111 11011001 1100101 1001110 0 110101 1111 10001011 1000101 110100

Color Harmonies of #2FD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD965

Black with #2FD965

Text Example


Text Example

White with #2FD965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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