Html Css Color HEX #33D85A Malachite

📋 copy color: '#33D85A'

red 51 ◦ green 216 ◦ blue 90

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

Shades of Malachite #33D85A

Tints of Malachite #33D85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.5%

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 14.29%
G = 60.5%
B = 25.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#33D85A (or 0x33D85A) is known color: Malachite. HEX triplet: 33, D8 and 5A. RGB value is (51,216,90). Sum of RGB (Red+Green+Blue) = 51+216+90=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #33D85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D85A is #CC27A5. Grayscale: #989898. Windows color (decimal): -13379494 or 5953587. OLE color: 5953587.

HSL color Cylindrical-coordinate representation of color #33D85A: hue angle of 134.18º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D85A is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 216 90 -
CMYK 0.76 0 0.58 0.15
HSL 134.18º 0.68% 0.52% -
HSV(B) 134.18º 0.76% 0.85% -
XYZ 27.77 50.55 17.97 -
YUV 152.3 92.84 55.75 -
System Red Green Blue C M Y K H S L
Decimal 51 216 90 0.76 0 0.58 0.15 134.18 0.68 0.52
Hex 33 D8 5A 4C 0 3A F 86 44 34
Octal 63 330 132 114 0 72 17 206 104 64
Binary 110011 11011000 1011010 1001100 0 111010 1111 10000110 1000100 110100

Color Harmonies of #33D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D85A

Black with #33D85A

Text Example


Text Example

White with #33D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,216,90); }

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

background-color css

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

 a { background-color: rgb(51,216,90); }

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

border-color css

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

 span { border-color: rgb(51,216,90); }

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