Html Css Color HEX #03BA51 Pigment Green

📋 copy color: '#03BA51'

red 3 ◦ green 186 ◦ blue 81

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

Shades of Pigment Green #03BA51

Tints of Pigment Green #03BA51

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.89%

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

R = 1.11%
G = 68.89%
B = 30%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#03BA51 (or 0x03BA51) is known color: Pigment Green. HEX triplet: 03, BA and 51. RGB value is (3,186,81). Sum of RGB (Red+Green+Blue) = 3+186+81=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA51 is #FC45AE. Grayscale: #777777. Windows color (decimal): -16532911 or 5356035. OLE color: 5356035.

HSL color Cylindrical-coordinate representation of color #03BA51: hue angle of 145.57º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA51 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 81 -
CMYK 0.98 0 0.56 0.27
HSL 145.57º 0.97% 0.37% -
HSV(B) 145.57º 0.98% 0.73% -
XYZ 19.08 35.73 13.68 -
YUV 119.31 106.37 45.04 -
System Red Green Blue C M Y K H S L
Decimal 3 186 81 0.98 0 0.56 0.27 145.57 0.97 0.37
Hex 3 BA 51 62 0 38 1B 92 61 25
Octal 3 272 121 142 0 70 33 222 141 45
Binary 11 10111010 1010001 1100010 0 111000 11011 10010010 1100001 100101

Color Harmonies of #03BA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA51

Black with #03BA51

Text Example


Text Example

White with #03BA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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