Html Css Color HEX #05BD19 Dark Pastel Green

📋 copy color: '#05BD19'

red 5 ◦ green 189 ◦ blue 25

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

Shades of Dark Pastel Green #05BD19

Tints of Dark Pastel Green #05BD19

RGB

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

 GREEN value IS 189 (74.22% from 255) = 86.3%

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 2.28%
G = 86.3%
B = 11.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#05BD19 (or 0x05BD19) is known color: Dark Pastel Green. HEX triplet: 05, BD and 19. RGB value is (5,189,25). Sum of RGB (Red+Green+Blue) = 5+189+25=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 189 (74.22% from 255 or 86.30% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BD19 is #FA42E6. Grayscale: #737373. Windows color (decimal): -16401127 or 1686789. OLE color: 1686789.

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

Color convert

RGB 5 189 25 -
CMYK 0.97 0 0.87 0.26
HSL 126.52º 0.95% 0.38% -
HSV(B) 126.52º 0.97% 0.74% -
XYZ 18.44 36.5 6.99 -
YUV 115.29 77.04 49.34 -
System Red Green Blue C M Y K H S L
Decimal 5 189 25 0.97 0 0.87 0.26 126.52 0.95 0.38
Hex 5 BD 19 61 0 57 1A 7F 5F 26
Octal 5 275 31 141 0 127 32 177 137 46
Binary 101 10111101 11001 1100001 0 1010111 11010 1111111 1011111 100110

Color Harmonies of #05BD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD19

Black with #05BD19

Text Example


Text Example

White with #05BD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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