Html Css Color HEX #03BD53 Pigment Green

📋 copy color: '#03BD53'

red 3 ◦ green 189 ◦ blue 83

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

Shades of Pigment Green #03BD53

Tints of Pigment Green #03BD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.18%

R = 1.09%
G = 68.73%
B = 30.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#03BD53 (or 0x03BD53) is known color: Pigment Green. HEX triplet: 03, BD and 53. RGB value is (3,189,83). Sum of RGB (Red+Green+Blue) = 3+189+83=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BD53 is #FC42AC. Grayscale: #797979. Windows color (decimal): -16532141 or 5487875. OLE color: 5487875.

HSL color Cylindrical-coordinate representation of color #03BD53: hue angle of 145.81º 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 #03BD53 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 189 83 -
CMYK 0.98 0 0.56 0.26
HSL 145.81º 0.97% 0.38% -
HSV(B) 145.81º 0.98% 0.74% -
XYZ 19.8 37.04 14.29 -
YUV 121.3 106.38 43.62 -
System Red Green Blue C M Y K H S L
Decimal 3 189 83 0.98 0 0.56 0.26 145.81 0.97 0.38
Hex 3 BD 53 62 0 38 1A 92 61 26
Octal 3 275 123 142 0 70 32 222 141 46
Binary 11 10111101 1010011 1100010 0 111000 11010 10010010 1100001 100110

Color Harmonies of #03BD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD53

Black with #03BD53

Text Example


Text Example

White with #03BD53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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