Html Css Color HEX #29F250 Malachite

📋 copy color: '#29F250'

red 41 ◦ green 242 ◦ blue 80

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

Shades of Malachite #29F250

Tints of Malachite #29F250

RGB

 RED value IS 41 (16.41% from 255) = 11.29%

 GREEN value IS 242 (94.92% from 255) = 66.67%

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

R = 11.29%
G = 66.67%
B = 22.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#29F250 (or 0x29F250) is known color: Malachite. HEX triplet: 29, F2 and 50. RGB value is (41,242,80). Sum of RGB (Red+Green+Blue) = 41+242+80=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #29F250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #29F250 is #D60DAF. Grayscale: #A3A3A3. Windows color (decimal): -14028208 or 5304873. OLE color: 5304873.

HSL color Cylindrical-coordinate representation of color #29F250: hue angle of 131.64º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F250 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 242 80 -
CMYK 0.83 0 0.67 0.05
HSL 131.64º 0.89% 0.55% -
HSV(B) 131.64º 0.83% 0.95% -
XYZ 34.11 64.55 18.25 -
YUV 163.43 80.91 40.67 -
System Red Green Blue C M Y K H S L
Decimal 41 242 80 0.83 0 0.67 0.05 131.64 0.89 0.55
Hex 29 F2 50 53 0 43 5 84 59 37
Octal 51 362 120 123 0 103 5 204 131 67
Binary 101001 11110010 1010000 1010011 0 1000011 101 10000100 1011001 110111

Color Harmonies of #29F250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F250

Black with #29F250

Text Example


Text Example

White with #29F250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29F250; }

 p { color: rgb(41,242,80); }

 H1.HeaderClassName
 {
   color: #29F250;
 }
 .AnyTagClassName
 {
   color: #29F250;
 }
</style>

background-color css

<style>
 a { background-color: #29F250; }

 a { background-color: rgb(41,242,80); }

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

border-color css

<style>
 span { border-color: #29F250; }

 span { border-color: rgb(41,242,80); }

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