Html Css Color HEX #06BC50 Dark Pastel Green

📋 copy color: '#06BC50'

red 6 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #06BC50

Tints of Dark Pastel Green #06BC50

RGB

 RED value IS 6 (2.73% from 255) = 2.19%

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

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

R = 2.19%
G = 68.61%
B = 29.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#06BC50 (or 0x06BC50) is known color: Dark Pastel Green. HEX triplet: 06, BC and 50. RGB value is (6,188,80). Sum of RGB (Red+Green+Blue) = 6+188+80=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC50 is #F943AF. Grayscale: #797979. Windows color (decimal): -16335792 or 5291014. OLE color: 5291014.

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

Color convert

RGB 6 188 80 -
CMYK 0.97 0 0.57 0.26
HSL 144.4º 0.94% 0.38% -
HSV(B) 144.4º 0.97% 0.74% -
XYZ 19.51 36.58 13.62 -
YUV 121.27 104.7 45.78 -
System Red Green Blue C M Y K H S L
Decimal 6 188 80 0.97 0 0.57 0.26 144.4 0.94 0.38
Hex 6 BC 50 61 0 39 1A 90 5E 26
Octal 6 274 120 141 0 71 32 220 136 46
Binary 110 10111100 1010000 1100001 0 111001 11010 10010000 1011110 100110

Color Harmonies of #06BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BC50

Black with #06BC50

Text Example


Text Example

White with #06BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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