Html Css Color HEX #2FF665 Malachite

📋 copy color: '#2FF665'

red 47 ◦ green 246 ◦ blue 101

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

Shades of Malachite #2FF665

Tints of Malachite #2FF665

RGB

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

 GREEN value IS 246 (96.48% from 255) = 62.44%

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

R = 11.93%
G = 62.44%
B = 25.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#2FF665 (or 0x2FF665) is known color: Malachite. HEX triplet: 2F, F6 and 65. RGB value is (47,246,101). Sum of RGB (Red+Green+Blue) = 47+246+101=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 246 (96.48% from 255 or 62.44% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF665 is #D0099A. Grayscale: #AAAAAA. Windows color (decimal): -13633947 or 6682159. OLE color: 6682159.

HSL color Cylindrical-coordinate representation of color #2FF665: hue angle of 136.28º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF665 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 101 -
CMYK 0.81 0 0.59 0.04
HSL 136.28º 0.92% 0.57% -
HSV(B) 136.28º 0.81% 0.96% -
XYZ 36.48 67.46 23.41 -
YUV 169.97 89.07 40.29 -
System Red Green Blue C M Y K H S L
Decimal 47 246 101 0.81 0 0.59 0.04 136.28 0.92 0.57
Hex 2F F6 65 51 0 3B 4 88 5C 39
Octal 57 366 145 121 0 73 4 210 134 71
Binary 101111 11110110 1100101 1010001 0 111011 100 10001000 1011100 111001

Color Harmonies of #2FF665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF665

Black with #2FF665

Text Example


Text Example

White with #2FF665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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