Html Css Color HEX #33FA5D Malachite

📋 copy color: '#33FA5D'

red 51 ◦ green 250 ◦ blue 93

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

Shades of Malachite #33FA5D

Tints of Malachite #33FA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 12.94%
G = 63.45%
B = 23.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#33FA5D (or 0x33FA5D) is known color: Malachite. HEX triplet: 33, FA and 5D. RGB value is (51,250,93). Sum of RGB (Red+Green+Blue) = 51+250+93=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #33FA5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33FA5D is #CC05A2. Grayscale: #ADADAD. Windows color (decimal): -13370787 or 6158899. OLE color: 6158899.

HSL color Cylindrical-coordinate representation of color #33FA5D: hue angle of 132.66º 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 #33FA5D is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 250 93 -
CMYK 0.80 0 0.63 0.02
HSL 132.66º 0.95% 0.59% -
HSV(B) 132.66º 0.8% 0.98% -
XYZ 37.53 69.87 21.86 -
YUV 172.6 83.07 41.27 -
System Red Green Blue C M Y K H S L
Decimal 51 250 93 0.80 0 0.63 0.02 132.66 0.95 0.59
Hex 33 FA 5D 50 0 3F 2 85 5F 3B
Octal 63 372 135 120 0 77 2 205 137 73
Binary 110011 11111010 1011101 1010000 0 111111 10 10000101 1011111 111011

Color Harmonies of #33FA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FA5D

Black with #33FA5D

Text Example


Text Example

White with #33FA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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