Html Css Color HEX #03BC50 Dark Pastel Green

📋 copy color: '#03BC50'

red 3 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #03BC50

Tints of Dark Pastel Green #03BC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 69.37%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 1.11%
G = 69.37%
B = 29.52%

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

#03BC50 (or 0x03BC50) is known color: Dark Pastel Green. HEX triplet: 03, BC and 50. RGB value is (3,188,80). Sum of RGB (Red+Green+Blue) = 3+188+80=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC50 is #FC43AF. Grayscale: #787878. Windows color (decimal): -16532400 or 5291011. OLE color: 5291011.

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

Color convert

RGB 3 188 80 -
CMYK 0.98 0 0.57 0.26
HSL 144.97º 0.97% 0.37% -
HSV(B) 144.97º 0.98% 0.74% -
XYZ 19.47 36.56 13.62 -
YUV 120.37 105.21 44.28 -
System Red Green Blue C M Y K H S L
Decimal 3 188 80 0.98 0 0.57 0.26 144.97 0.97 0.37
Hex 3 BC 50 62 0 39 1A 91 61 25
Octal 3 274 120 142 0 71 32 221 141 45
Binary 11 10111100 1010000 1100010 0 111001 11010 10010001 1100001 100101

Color Harmonies of #03BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC50

Black with #03BC50

Text Example


Text Example

White with #03BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,188,80); }

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

background-color css

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

 a { background-color: rgb(3,188,80); }

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

border-color css

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

 span { border-color: rgb(3,188,80); }

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