Html Css Color HEX #33ED64 Malachite

📋 copy color: '#33ED64'

red 51 ◦ green 237 ◦ blue 100

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

Shades of Malachite #33ED64

Tints of Malachite #33ED64

RGB

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

 GREEN value IS 237 (92.97% from 255) = 61.08%

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 13.14%
G = 61.08%
B = 25.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#33ED64 (or 0x33ED64) is known color: Malachite. HEX triplet: 33, ED and 64. RGB value is (51,237,100). Sum of RGB (Red+Green+Blue) = 51+237+100=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 237 (92.97% from 255 or 61.08% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33ED64 is #CC129B. Grayscale: #A6A6A6. Windows color (decimal): -13374108 or 6614323. OLE color: 6614323.

HSL color Cylindrical-coordinate representation of color #33ED64: hue angle of 135.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ED64 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 237 100 -
CMYK 0.78 0 0.58 0.07
HSL 135.81º 0.84% 0.56% -
HSV(B) 135.81º 0.78% 0.93% -
XYZ 33.95 62.19 22.27 -
YUV 165.77 90.88 46.14 -
System Red Green Blue C M Y K H S L
Decimal 51 237 100 0.78 0 0.58 0.07 135.81 0.84 0.56
Hex 33 ED 64 4E 0 3A 7 88 54 38
Octal 63 355 144 116 0 72 7 210 124 70
Binary 110011 11101101 1100100 1001110 0 111010 111 10001000 1010100 111000

Color Harmonies of #33ED64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ED64

Black with #33ED64

Text Example


Text Example

White with #33ED64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,237,100); }

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

background-color css

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

 a { background-color: rgb(51,237,100); }

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

border-color css

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

 span { border-color: rgb(51,237,100); }

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