#05B61B

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

Shades of Dark Pastel Green #05B61B

Tints of Dark Pastel Green #05B61B

Color information

#05B61B (or 0x05B61B) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B6 and 1B. RGB value is (5,182,27). Sum of RGB (Red+Green+Blue) = 5+182+27=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 182 (71.48% from 255 or 85.05% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 182 - color contains mainly: green. Hex color #05B61B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B61B is #FA49E4. Grayscale: #6F6F6F. Windows color (decimal): -16402917 or 1816069. OLE color: 1816069.

HSL color Cylindrical-coordinate representation of color #05B61B: hue angle of 127.46º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B61B is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB518227-
CMYK0.9700.850.29
HSL127.46º94.65%36.67%-
HSV(B)127.46º97.25%71.37%-
XYZ16.9933.576.62-
YUV111.4180.3652.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 182 (71.48% from 255) = 85.05%
BLUE value IS 27 (10.94% from 255) = 12.62%
R=2.34%
G=85.05%
B=12.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5182270.9700.850.29127.4694.6536.67
Hex5B61B610551D7f5f25
Octal52663314101253517713745
Binary10110110110110111100001010101011110111111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B61B; }

 p { color: rgb(5,182,27); }

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

<style>
 a { background-color: #05B61B; }

 a { background-color: rgb(5,182,27); }

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

<style>
 span { border-color: #05B61B; }

 span { border-color: rgb(5,182,27); }

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