Html Css Color HEX #03BD56 Pigment Green

📋 copy color: '#03BD56'

red 3 ◦ green 189 ◦ blue 86

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

Shades of Pigment Green #03BD56

Tints of Pigment Green #03BD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 1.08%
G = 67.99%
B = 30.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#03BD56 (or 0x03BD56) is known color: Pigment Green. HEX triplet: 03, BD and 56. RGB value is (3,189,86). Sum of RGB (Red+Green+Blue) = 3+189+86=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BD56 is #FC42A9. Grayscale: #797979. Windows color (decimal): -16532138 or 5684483. OLE color: 5684483.

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

Color convert

RGB 3 189 86 -
CMYK 0.98 0 0.54 0.26
HSL 146.77º 0.97% 0.38% -
HSV(B) 146.77º 0.98% 0.74% -
XYZ 19.91 37.09 14.91 -
YUV 121.64 107.88 43.38 -
System Red Green Blue C M Y K H S L
Decimal 3 189 86 0.98 0 0.54 0.26 146.77 0.97 0.38
Hex 3 BD 56 62 0 36 1A 93 61 26
Octal 3 275 126 142 0 66 32 223 141 46
Binary 11 10111101 1010110 1100010 0 110110 11010 10010011 1100001 100110

Color Harmonies of #03BD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD56

Black with #03BD56

Text Example


Text Example

White with #03BD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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