Html Css Color HEX #06BC32 Dark Pastel Green

📋 copy color: '#06BC32'

red 6 ◦ green 188 ◦ blue 50

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

Shades of Dark Pastel Green #06BC32

Tints of Dark Pastel Green #06BC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 2.46%
G = 77.05%
B = 20.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#06BC32 (or 0x06BC32) is known color: Dark Pastel Green. HEX triplet: 06, BC and 32. RGB value is (6,188,50). Sum of RGB (Red+Green+Blue) = 6+188+50=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BC32 is #F943CD. Grayscale: #767676. Windows color (decimal): -16335822 or 3324934. OLE color: 3324934.

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

Color convert

RGB 6 188 50 -
CMYK 0.97 0 0.73 0.26
HSL 134.51º 0.94% 0.38% -
HSV(B) 134.51º 0.97% 0.74% -
XYZ 18.63 36.24 9.03 -
YUV 117.85 89.7 48.22 -
System Red Green Blue C M Y K H S L
Decimal 6 188 50 0.97 0 0.73 0.26 134.51 0.94 0.38
Hex 6 BC 32 61 0 49 1A 87 5E 26
Octal 6 274 62 141 0 111 32 207 136 46
Binary 110 10111100 110010 1100001 0 1001001 11010 10000111 1011110 100110

Color Harmonies of #06BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BC32

Black with #06BC32

Text Example


Text Example

White with #06BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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