Html Css Color HEX #25CD52 Malachite

📋 copy color: '#25CD52'

red 37 ◦ green 205 ◦ blue 82

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

Shades of Malachite #25CD52

Tints of Malachite #25CD52

RGB

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

 GREEN value IS 205 (80.47% from 255) = 63.27%

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

R = 11.42%
G = 63.27%
B = 25.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#25CD52 (or 0x25CD52) is known color: Malachite. HEX triplet: 25, CD and 52. RGB value is (37,205,82). Sum of RGB (Red+Green+Blue) = 37+205+82=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #25CD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25CD52 is #DA32AD. Grayscale: #8D8D8D. Windows color (decimal): -14299822 or 5426469. OLE color: 5426469.

HSL color Cylindrical-coordinate representation of color #25CD52: hue angle of 136.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CD52 is Cyan = 0.82, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 205 82 -
CMYK 0.82 0 0.6 0.20
HSL 136.07º 0.69% 0.47% -
HSV(B) 136.07º 0.82% 0.8% -
XYZ 24.12 44.67 15.33 -
YUV 140.75 94.84 54 -
System Red Green Blue C M Y K H S L
Decimal 37 205 82 0.82 0 0.6 0.20 136.07 0.69 0.47
Hex 25 CD 52 52 0 3C 14 88 45 2F
Octal 45 315 122 122 0 74 24 210 105 57
Binary 100101 11001101 1010010 1010010 0 111100 10100 10001000 1000101 101111

Color Harmonies of #25CD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CD52

Black with #25CD52

Text Example


Text Example

White with #25CD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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