#05B83A

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

Shades of Dark Pastel Green #05B83A

Tints of Dark Pastel Green #05B83A

Color information

#05B83A (or 0x05B83A) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B8 and 3A. RGB value is (5,184,58). Sum of RGB (Red+Green+Blue) = 5+184+58=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 184 (72.27% from 255 or 74.49% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 184 - color contains mainly: green. Hex color #05B83A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B83A is #FA47C5. Grayscale: #747474. Windows color (decimal): -16402374 or 3848197. OLE color: 3848197.

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

Color convert

RGB518458-
CMYK0.9700.680.28
HSL137.77º94.71%37.06%-
HSV(B)137.77º97.28%72.16%-
XYZ17.9734.629.74-
YUV116.1295.248.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 184 (72.27% from 255) = 74.49%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=2.02%
G=74.49%
B=23.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5184580.9700.680.28137.7794.7137.06
Hex5B83A610441C8a5f25
Octal52707214101043421213745
Binary1011011100011101011000010100010011100100010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,184,58); }

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

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

 a { background-color: rgb(5,184,58); }

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

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

 span { border-color: rgb(5,184,58); }

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