Html Css Color HEX #05BA28 Dark Pastel Green

📋 copy color: '#05BA28'

red 5 ◦ green 186 ◦ blue 40

#05BA28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #05BA28

Tints of Dark Pastel Green #05BA28

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

 GREEN value IS 186 (73.05% from 255) = 80.52%

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 2.16%
G = 80.52%
B = 17.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#05BA28 (or 0x05BA28) is known color: Dark Pastel Green. HEX triplet: 05, BA and 28. RGB value is (5,186,40). Sum of RGB (Red+Green+Blue) = 5+186+40=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BA28 is #FA45D7. Grayscale: #737373. Windows color (decimal): -16401880 or 2669061. OLE color: 2669061.

HSL color Cylindrical-coordinate representation of color #05BA28: hue angle of 131.6º 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 #05BA28 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 186 40 -
CMYK 0.97 0 0.78 0.27
HSL 131.6º 0.95% 0.37% -
HSV(B) 131.6º 0.97% 0.73% -
XYZ 18 35.3 7.87 -
YUV 115.24 85.53 49.37 -
System Red Green Blue C M Y K H S L
Decimal 5 186 40 0.97 0 0.78 0.27 131.6 0.95 0.37
Hex 5 BA 28 61 0 4E 1B 84 5F 25
Octal 5 272 50 141 0 116 33 204 137 45
Binary 101 10111010 101000 1100001 0 1001110 11011 10000100 1011111 100101

Color Harmonies of #05BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA28

Black with #05BA28

Text Example


Text Example

White with #05BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05BA28;
 }
 .AnyTagClassName
 {
   color: #05BA28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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