Html Css Color HEX #05BA41 Dark Pastel Green

📋 copy color: '#05BA41'

red 5 ◦ green 186 ◦ blue 65

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

Shades of Dark Pastel Green #05BA41

Tints of Dark Pastel Green #05BA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 1.95%
G = 72.66%
B = 25.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#05BA41 (or 0x05BA41) is known color: Dark Pastel Green. HEX triplet: 05, BA and 41. RGB value is (5,186,65). Sum of RGB (Red+Green+Blue) = 5+186+65=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BA41 is #FA45BE. Grayscale: #767676. Windows color (decimal): -16401855 or 4307461. OLE color: 4307461.

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

Color convert

RGB 5 186 65 -
CMYK 0.97 0 0.65 0.27
HSL 139.89º 0.95% 0.37% -
HSV(B) 139.89º 0.97% 0.73% -
XYZ 18.58 35.53 10.88 -
YUV 118.09 98.03 47.34 -
System Red Green Blue C M Y K H S L
Decimal 5 186 65 0.97 0 0.65 0.27 139.89 0.95 0.37
Hex 5 BA 41 61 0 41 1B 8C 5F 25
Octal 5 272 101 141 0 101 33 214 137 45
Binary 101 10111010 1000001 1100001 0 1000001 11011 10001100 1011111 100101

Color Harmonies of #05BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA41

Black with #05BA41

Text Example


Text Example

White with #05BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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