Html Css Color HEX #03D25F Malachite

📋 copy color: '#03D25F'

red 3 ◦ green 210 ◦ blue 95

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

Shades of Malachite #03D25F

Tints of Malachite #03D25F

RGB

 RED value IS 3 (1.56% from 255) = 0.97%

 GREEN value IS 210 (82.42% from 255) = 68.18%

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 0.97%
G = 68.18%
B = 30.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#03D25F (or 0x03D25F) is known color: Malachite. HEX triplet: 03, D2 and 5F. RGB value is (3,210,95). Sum of RGB (Red+Green+Blue) = 3+210+95=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 210 (82.42% from 255 or 68.18% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 210 - color contains mainly: green. Hex color #03D25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D25F is #FC2DA0. Grayscale: #878787. Windows color (decimal): -16526753 or 6279683. OLE color: 6279683.

HSL color Cylindrical-coordinate representation of color #03D25F: hue angle of 146.67º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D25F is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 210 95 -
CMYK 0.99 0 0.55 0.18
HSL 146.67º 0.97% 0.42% -
HSV(B) 146.67º 0.99% 0.82% -
XYZ 25.15 46.94 18.56 -
YUV 135 105.42 33.85 -
System Red Green Blue C M Y K H S L
Decimal 3 210 95 0.99 0 0.55 0.18 146.67 0.97 0.42
Hex 3 D2 5F 63 0 37 12 93 61 2A
Octal 3 322 137 143 0 67 22 223 141 52
Binary 11 11010010 1011111 1100011 0 110111 10010 10010011 1100001 101010

Color Harmonies of #03D25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D25F

Black with #03D25F

Text Example


Text Example

White with #03D25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03D25F; }

 p { color: rgb(3,210,95); }

 H1.HeaderClassName
 {
   color: #03D25F;
 }
 .AnyTagClassName
 {
   color: #03D25F;
 }
</style>

background-color css

<style>
 a { background-color: #03D25F; }

 a { background-color: rgb(3,210,95); }

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

border-color css

<style>
 span { border-color: #03D25F; }

 span { border-color: rgb(3,210,95); }

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