Html Css Color HEX #2FDD67 Malachite

📋 copy color: '#2FDD67'

red 47 ◦ green 221 ◦ blue 103

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

Shades of Malachite #2FDD67

Tints of Malachite #2FDD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.57%

 BLUE value IS 103 (40.63% from 255) = 27.76%

R = 12.67%
G = 59.57%
B = 27.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#2FDD67 (or 0x2FDD67) is known color: Malachite. HEX triplet: 2F, DD and 67. RGB value is (47,221,103). Sum of RGB (Red+Green+Blue) = 47+221+103=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDD67 is #D02298. Grayscale: #9B9B9B. Windows color (decimal): -13640345 or 6806831. OLE color: 6806831.

HSL color Cylindrical-coordinate representation of color #2FDD67: hue angle of 139.31º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD67 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 103 -
CMYK 0.79 0 0.53 0.13
HSL 139.31º 0.72% 0.53% -
HSV(B) 139.31º 0.79% 0.87% -
XYZ 29.48 53.3 21.57 -
YUV 155.52 98.35 50.59 -
System Red Green Blue C M Y K H S L
Decimal 47 221 103 0.79 0 0.53 0.13 139.31 0.72 0.53
Hex 2F DD 67 4F 0 35 D 8B 48 35
Octal 57 335 147 117 0 65 15 213 110 65
Binary 101111 11011101 1100111 1001111 0 110101 1101 10001011 1001000 110101

Color Harmonies of #2FDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD67

Black with #2FDD67

Text Example


Text Example

White with #2FDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,221,103); }

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

background-color css

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

 a { background-color: rgb(47,221,103); }

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

border-color css

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

 span { border-color: rgb(47,221,103); }

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