#06BE2B

Color #06BE2B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #06BE2B

Tints of Dark Pastel Green #06BE2B

Color information

#06BE2B (or 0x06BE2B) is unknown color: approx Dark Pastel Green. HEX triplet: 06, BE and 2B. RGB value is (6,190,43). Sum of RGB (Red+Green+Blue) = 6+190+43=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 190 (74.61% from 255 or 79.50% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 190 - color contains mainly: green. Hex color #06BE2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BE2B is #F941D4. Grayscale: #767676. Windows color (decimal): -16335317 or 2866694. OLE color: 2866694.

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

Color convert

RGB619043-
CMYK0.9700.770.25
HSL132.07º93.88%38.43%-
HSV(B)132.07º96.84%74.51%-
XYZ18.9237.048.44-
YUV118.2385.5447.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 190 (74.61% from 255) = 79.50%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=2.51%
G=79.50%
B=17.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6190430.9700.770.25132.0793.8838.43
Hex6BE2B6104D19845e26
Octal62765314101153120413646
Binary1101011111010101111000010100110111001100001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,190,43); }

 H1.HeaderClassName
 {
   color: #06BE2B;
 }
 .AnyTagClassName
 {
   color: #06BE2B;
 }
</style>
background-color css

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

 a { background-color: rgb(6,190,43); }

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

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

 span { border-color: rgb(6,190,43); }

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