Html Css Color HEX #06BC55 Pigment Green

📋 copy color: '#06BC55'

red 6 ◦ green 188 ◦ blue 85

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

Shades of Pigment Green #06BC55

Tints of Pigment Green #06BC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 2.15%
G = 67.38%
B = 30.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#06BC55 (or 0x06BC55) is known color: Pigment Green. HEX triplet: 06, BC and 55. RGB value is (6,188,85). Sum of RGB (Red+Green+Blue) = 6+188+85=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC55 is #F943AA. Grayscale: #7A7A7A. Windows color (decimal): -16335787 or 5618694. OLE color: 5618694.

HSL color Cylindrical-coordinate representation of color #06BC55: hue angle of 146.04º 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 #06BC55 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 188 85 -
CMYK 0.97 0 0.55 0.26
HSL 146.04º 0.94% 0.38% -
HSV(B) 146.04º 0.97% 0.74% -
XYZ 19.7 36.66 14.63 -
YUV 121.84 107.2 45.38 -
System Red Green Blue C M Y K H S L
Decimal 6 188 85 0.97 0 0.55 0.26 146.04 0.94 0.38
Hex 6 BC 55 61 0 37 1A 92 5E 26
Octal 6 274 125 141 0 67 32 222 136 46
Binary 110 10111100 1010101 1100001 0 110111 11010 10010010 1011110 100110

Color Harmonies of #06BC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BC55

Black with #06BC55

Text Example


Text Example

White with #06BC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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