#05BA38

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

Shades of Dark Pastel Green #05BA38

Tints of Dark Pastel Green #05BA38

Color information

#05BA38 (or 0x05BA38) is unknown color: approx Dark Pastel Green. HEX triplet: 05, BA and 38. RGB value is (5,186,56). Sum of RGB (Red+Green+Blue) = 5+186+56=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BA38 is #FA45C7. Grayscale: #757575. Windows color (decimal): -16401864 or 3717637. OLE color: 3717637.

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

Color convert

RGB518656-
CMYK0.9700.700.27
HSL136.91º94.76%37.45%-
HSV(B)136.91º97.31%72.94%-
XYZ18.3435.449.61-
YUV117.0693.5348.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 186 (73.05% from 255) = 75.30%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=2.02%
G=75.30%
B=22.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5186560.9700.700.27136.9194.7637.45
Hex5BA38610461B895f25
Octal52727014101063321113745
Binary1011011101011100011000010100011011011100010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,186,56); }

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

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

 a { background-color: rgb(5,186,56); }

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

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

 span { border-color: rgb(5,186,56); }

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