Html Css Color HEX #06BB50 Dark Pastel Green

📋 copy color: '#06BB50'

red 6 ◦ green 187 ◦ blue 80

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

Shades of Dark Pastel Green #06BB50

Tints of Dark Pastel Green #06BB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 68.5%

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

R = 2.2%
G = 68.5%
B = 29.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#06BB50 (or 0x06BB50) is known color: Dark Pastel Green. HEX triplet: 06, BB and 50. RGB value is (6,187,80). Sum of RGB (Red+Green+Blue) = 6+187+80=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BB50 is #F944AF. Grayscale: #787878. Windows color (decimal): -16336048 or 5290758. OLE color: 5290758.

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

Color convert

RGB 6 187 80 -
CMYK 0.97 0 0.57 0.27
HSL 144.53º 0.94% 0.38% -
HSV(B) 144.53º 0.97% 0.73% -
XYZ 19.29 36.16 13.55 -
YUV 120.68 105.03 46.2 -
System Red Green Blue C M Y K H S L
Decimal 6 187 80 0.97 0 0.57 0.27 144.53 0.94 0.38
Hex 6 BB 50 61 0 39 1B 91 5E 26
Octal 6 273 120 141 0 71 33 221 136 46
Binary 110 10111011 1010000 1100001 0 111001 11011 10010001 1011110 100110

Color Harmonies of #06BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BB50

Black with #06BB50

Text Example


Text Example

White with #06BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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