Html Css Color HEX #33F955 Malachite

📋 copy color: '#33F955'

red 51 ◦ green 249 ◦ blue 85

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

Shades of Malachite #33F955

Tints of Malachite #33F955

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.68%

 BLUE value IS 85 (33.59% from 255) = 22.08%

R = 13.25%
G = 64.68%
B = 22.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#33F955 (or 0x33F955) is known color: Malachite. HEX triplet: 33, F9 and 55. RGB value is (51,249,85). Sum of RGB (Red+Green+Blue) = 51+249+85=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 249 (97.66% from 255 or 64.68% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 249 - color contains mainly: green. Hex color #33F955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F955 is #CC06AA. Grayscale: #ABABAB. Windows color (decimal): -13371051 or 5634355. OLE color: 5634355.

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

Color convert

RGB 51 249 85 -
CMYK 0.80 0 0.66 0.02
HSL 130.3º 0.94% 0.59% -
HSV(B) 130.3º 0.8% 0.98% -
XYZ 36.88 69.11 19.99 -
YUV 171.1 79.4 42.34 -
System Red Green Blue C M Y K H S L
Decimal 51 249 85 0.80 0 0.66 0.02 130.3 0.94 0.59
Hex 33 F9 55 50 0 42 2 82 5E 3B
Octal 63 371 125 120 0 102 2 202 136 73
Binary 110011 11111001 1010101 1010000 0 1000010 10 10000010 1011110 111011

Color Harmonies of #33F955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F955

Black with #33F955

Text Example


Text Example

White with #33F955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,249,85); }

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

background-color css

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

 a { background-color: rgb(51,249,85); }

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

border-color css

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

 span { border-color: rgb(51,249,85); }

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