Html Css Color HEX #29F04B Malachite

📋 copy color: '#29F04B'

red 41 ◦ green 240 ◦ blue 75

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

Shades of Malachite #29F04B

Tints of Malachite #29F04B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.42%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 11.52%
G = 67.42%
B = 21.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#29F04B (or 0x29F04B) is known color: Malachite. HEX triplet: 29, F0 and 4B. RGB value is (41,240,75). Sum of RGB (Red+Green+Blue) = 41+240+75=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #29F04B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F04B is #D60FB4. Grayscale: #A2A2A2. Windows color (decimal): -14028725 or 4976681. OLE color: 4976681.

HSL color Cylindrical-coordinate representation of color #29F04B: hue angle of 130.25º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F04B is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 240 75 -
CMYK 0.83 0 0.69 0.06
HSL 130.25º 0.87% 0.55% -
HSV(B) 130.25º 0.83% 0.94% -
XYZ 33.34 63.3 17.12 -
YUV 161.69 79.07 41.92 -
System Red Green Blue C M Y K H S L
Decimal 41 240 75 0.83 0 0.69 0.06 130.25 0.87 0.55
Hex 29 F0 4B 53 0 45 6 82 57 37
Octal 51 360 113 123 0 105 6 202 127 67
Binary 101001 11110000 1001011 1010011 0 1000101 110 10000010 1010111 110111

Color Harmonies of #29F04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F04B

Black with #29F04B

Text Example


Text Example

White with #29F04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,240,75); }

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

background-color css

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

 a { background-color: rgb(41,240,75); }

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

border-color css

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

 span { border-color: rgb(41,240,75); }

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