Html Css Color HEX #25DD52 Malachite

📋 copy color: '#25DD52'

red 37 ◦ green 221 ◦ blue 82

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

Shades of Malachite #25DD52

Tints of Malachite #25DD52

RGB

 RED value IS 37 (14.84% from 255) = 10.88%

 GREEN value IS 221 (86.72% from 255) = 65%

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 10.88%
G = 65%
B = 24.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#25DD52 (or 0x25DD52) is known color: Malachite. HEX triplet: 25, DD and 52. RGB value is (37,221,82). Sum of RGB (Red+Green+Blue) = 37+221+82=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #25DD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DD52 is #DA22AD. Grayscale: #969696. Windows color (decimal): -14295726 or 5430565. OLE color: 5430565.

HSL color Cylindrical-coordinate representation of color #25DD52: hue angle of 134.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DD52 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 221 82 -
CMYK 0.83 0 0.63 0.13
HSL 134.67º 0.73% 0.51% -
HSV(B) 134.67º 0.83% 0.87% -
XYZ 28.14 52.72 16.67 -
YUV 150.14 89.54 47.3 -
System Red Green Blue C M Y K H S L
Decimal 37 221 82 0.83 0 0.63 0.13 134.67 0.73 0.51
Hex 25 DD 52 53 0 3F D 87 49 33
Octal 45 335 122 123 0 77 15 207 111 63
Binary 100101 11011101 1010010 1010011 0 111111 1101 10000111 1001001 110011

Color Harmonies of #25DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DD52

Black with #25DD52

Text Example


Text Example

White with #25DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25DD52; }

 p { color: rgb(37,221,82); }

 H1.HeaderClassName
 {
   color: #25DD52;
 }
 .AnyTagClassName
 {
   color: #25DD52;
 }
</style>

background-color css

<style>
 a { background-color: #25DD52; }

 a { background-color: rgb(37,221,82); }

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

border-color css

<style>
 span { border-color: #25DD52; }

 span { border-color: rgb(37,221,82); }

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