Html Css Color HEX #33FA50 Malachite

📋 copy color: '#33FA50'

red 51 ◦ green 250 ◦ blue 80

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

Shades of Malachite #33FA50

Tints of Malachite #33FA50

RGB

 RED value IS 51 (20.31% from 255) = 13.39%

 GREEN value IS 250 (98.05% from 255) = 65.62%

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

R = 13.39%
G = 65.62%
B = 21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#33FA50 (or 0x33FA50) is known color: Malachite. HEX triplet: 33, FA and 50. RGB value is (51,250,80). Sum of RGB (Red+Green+Blue) = 51+250+80=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 250 (98.05% from 255 or 65.62% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 250 - color contains mainly: green. Hex color #33FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33FA50 is #CC05AF. Grayscale: #ABABAB. Windows color (decimal): -13370800 or 5306931. OLE color: 5306931.

HSL color Cylindrical-coordinate representation of color #33FA50: hue angle of 128.74º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FA50 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 250 80 -
CMYK 0.80 0 0.68 0.02
HSL 128.74º 0.95% 0.59% -
HSV(B) 128.74º 0.8% 0.98% -
XYZ 37 69.65 19.08 -
YUV 171.12 76.57 42.32 -
System Red Green Blue C M Y K H S L
Decimal 51 250 80 0.80 0 0.68 0.02 128.74 0.95 0.59
Hex 33 FA 50 50 0 44 2 81 5F 3B
Octal 63 372 120 120 0 104 2 201 137 73
Binary 110011 11111010 1010000 1010000 0 1000100 10 10000001 1011111 111011

Color Harmonies of #33FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FA50

Black with #33FA50

Text Example


Text Example

White with #33FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33FA50; }

 p { color: rgb(51,250,80); }

 H1.HeaderClassName
 {
   color: #33FA50;
 }
 .AnyTagClassName
 {
   color: #33FA50;
 }
</style>

background-color css

<style>
 a { background-color: #33FA50; }

 a { background-color: rgb(51,250,80); }

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

border-color css

<style>
 span { border-color: #33FA50; }

 span { border-color: rgb(51,250,80); }

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