Html Css Color HEX #03BD51 Dark Pastel Green

📋 copy color: '#03BD51'

red 3 ◦ green 189 ◦ blue 81

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

Shades of Dark Pastel Green #03BD51

Tints of Dark Pastel Green #03BD51

RGB

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

 GREEN value IS 189 (74.22% from 255) = 69.23%

 BLUE value IS 81 (32.03% from 255) = 29.67%

R = 1.1%
G = 69.23%
B = 29.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#03BD51 (or 0x03BD51) is known color: Dark Pastel Green. HEX triplet: 03, BD and 51. RGB value is (3,189,81). Sum of RGB (Red+Green+Blue) = 3+189+81=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BD51 is #FC42AE. Grayscale: #797979. Windows color (decimal): -16532143 or 5356803. OLE color: 5356803.

HSL color Cylindrical-coordinate representation of color #03BD51: hue angle of 145.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BD51 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 189 81 -
CMYK 0.98 0 0.57 0.26
HSL 145.16º 0.97% 0.38% -
HSV(B) 145.16º 0.98% 0.74% -
XYZ 19.72 37.01 13.89 -
YUV 121.07 105.38 43.78 -
System Red Green Blue C M Y K H S L
Decimal 3 189 81 0.98 0 0.57 0.26 145.16 0.97 0.38
Hex 3 BD 51 62 0 39 1A 91 61 26
Octal 3 275 121 142 0 71 32 221 141 46
Binary 11 10111101 1010001 1100010 0 111001 11010 10010001 1100001 100110

Color Harmonies of #03BD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD51

Black with #03BD51

Text Example


Text Example

White with #03BD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,189,81); }

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

background-color css

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

 a { background-color: rgb(3,189,81); }

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

border-color css

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

 span { border-color: rgb(3,189,81); }

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