Html Css Color HEX #25D068 Malachite

📋 copy color: '#25D068'

red 37 ◦ green 208 ◦ blue 104

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

Shades of Malachite #25D068

Tints of Malachite #25D068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.6%

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 10.6%
G = 59.6%
B = 29.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#25D068 (or 0x25D068) is known color: Malachite. HEX triplet: 25, D0 and 68. RGB value is (37,208,104). Sum of RGB (Red+Green+Blue) = 37+208+104=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #25D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25D068 is #DA2F97. Grayscale: #919191. Windows color (decimal): -14299032 or 6869029. OLE color: 6869029.

HSL color Cylindrical-coordinate representation of color #25D068: hue angle of 143.51º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D068 is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 208 104 -
CMYK 0.82 0 0.5 0.18
HSL 143.51º 0.7% 0.48% -
HSV(B) 143.51º 0.82% 0.82% -
XYZ 25.82 46.5 20.71 -
YUV 145.02 104.85 50.96 -
System Red Green Blue C M Y K H S L
Decimal 37 208 104 0.82 0 0.5 0.18 143.51 0.7 0.48
Hex 25 D0 68 52 0 32 12 90 46 30
Octal 45 320 150 122 0 62 22 220 106 60
Binary 100101 11010000 1101000 1010010 0 110010 10010 10010000 1000110 110000

Color Harmonies of #25D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D068

Black with #25D068

Text Example


Text Example

White with #25D068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,208,104); }

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

background-color css

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

 a { background-color: rgb(37,208,104); }

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

border-color css

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

 span { border-color: rgb(37,208,104); }

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