Html Css Color HEX #05BA17 Dark Pastel Green

📋 copy color: '#05BA17'

red 5 ◦ green 186 ◦ blue 23

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

Shades of Dark Pastel Green #05BA17

Tints of Dark Pastel Green #05BA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.75%

R = 2.34%
G = 86.92%
B = 10.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#05BA17 (or 0x05BA17) is known color: Dark Pastel Green. HEX triplet: 05, BA and 17. RGB value is (5,186,23). Sum of RGB (Red+Green+Blue) = 5+186+23=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 186 (73.05% from 255 or 86.92% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BA17 is #FA45E8. Grayscale: #717171. Windows color (decimal): -16401897 or 1554949. OLE color: 1554949.

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

Color convert

RGB 5 186 23 -
CMYK 0.97 0 0.88 0.27
HSL 125.97º 0.95% 0.37% -
HSV(B) 125.97º 0.97% 0.73% -
XYZ 17.78 35.21 6.67 -
YUV 113.3 77.03 50.75 -
System Red Green Blue C M Y K H S L
Decimal 5 186 23 0.97 0 0.88 0.27 125.97 0.95 0.37
Hex 5 BA 17 61 0 58 1B 7E 5F 25
Octal 5 272 27 141 0 130 33 176 137 45
Binary 101 10111010 10111 1100001 0 1011000 11011 1111110 1011111 100101

Color Harmonies of #05BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA17

Black with #05BA17

Text Example


Text Example

White with #05BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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