#05BD26

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

Shades of Dark Pastel Green #05BD26

Tints of Dark Pastel Green #05BD26

Color information

#05BD26 (or 0x05BD26) is unknown color: approx Dark Pastel Green. HEX triplet: 05, BD and 26. RGB value is (5,189,38). Sum of RGB (Red+Green+Blue) = 5+189+38=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 189 (74.22% from 255 or 81.47% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BD26 is #FA42D9. Grayscale: #757575. Windows color (decimal): -16401114 or 2538757. OLE color: 2538757.

HSL color Cylindrical-coordinate representation of color #05BD26: hue angle of 130.76º degrees, saturation: 0.95, 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 #05BD26 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB518938-
CMYK0.9700.800.26
HSL130.76º94.85%38.04%-
HSV(B)130.76º97.35%74.12%-
XYZ18.6136.577.91-
YUV116.7783.5448.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 189 (74.22% from 255) = 81.47%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=2.16%
G=81.47%
B=16.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5189380.9700.800.26130.7694.8538.04
Hex5BD26610501A835f26
Octal52754614101203220313746
Binary1011011110110011011000010101000011010100000111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,189,38); }

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

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

 a { background-color: rgb(5,189,38); }

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

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

 span { border-color: rgb(5,189,38); }

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