Html Css Color HEX #03D265 Malachite

📋 copy color: '#03D265'

red 3 ◦ green 210 ◦ blue 101

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

Shades of Malachite #03D265

Tints of Malachite #03D265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 0.96%
G = 66.88%
B = 32.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#03D265 (or 0x03D265) is known color: Malachite. HEX triplet: 03, D2 and 65. RGB value is (3,210,101). Sum of RGB (Red+Green+Blue) = 3+210+101=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 210 (82.42% from 255 or 66.88% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 210 - color contains mainly: green. Hex color #03D265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D265 is #FC2D9A. Grayscale: #878787. Windows color (decimal): -16526747 or 6672899. OLE color: 6672899.

HSL color Cylindrical-coordinate representation of color #03D265: hue angle of 148.41º 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 #03D265 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 210 101 -
CMYK 0.99 0 0.52 0.18
HSL 148.41º 0.97% 0.42% -
HSV(B) 148.41º 0.99% 0.82% -
XYZ 25.43 47.05 20.05 -
YUV 135.68 108.42 33.36 -
System Red Green Blue C M Y K H S L
Decimal 3 210 101 0.99 0 0.52 0.18 148.41 0.97 0.42
Hex 3 D2 65 63 0 34 12 94 61 2A
Octal 3 322 145 143 0 64 22 224 141 52
Binary 11 11010010 1100101 1100011 0 110100 10010 10010100 1100001 101010

Color Harmonies of #03D265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D265

Black with #03D265

Text Example


Text Example

White with #03D265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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