Html Css Color HEX #05B541 Dark Pastel Green

📋 copy color: '#05B541'

red 5 ◦ green 181 ◦ blue 65

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

Shades of Dark Pastel Green #05B541

Tints of Dark Pastel Green #05B541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 72.11%

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

R = 1.99%
G = 72.11%
B = 25.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#05B541 (or 0x05B541) is known color: Dark Pastel Green. HEX triplet: 05, B5 and 41. RGB value is (5,181,65). Sum of RGB (Red+Green+Blue) = 5+181+65=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 181 (71.09% from 255 or 72.11% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 181 - color contains mainly: green. Hex color #05B541 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B541 is #FA4ABE. Grayscale: #737373. Windows color (decimal): -16403135 or 4306181. OLE color: 4306181.

HSL color Cylindrical-coordinate representation of color #05B541: hue angle of 140.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B541 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 181 65 -
CMYK 0.97 0 0.64 0.29
HSL 140.45º 0.95% 0.36% -
HSV(B) 140.45º 0.97% 0.71% -
XYZ 17.54 33.46 10.54 -
YUV 115.15 99.69 49.43 -
System Red Green Blue C M Y K H S L
Decimal 5 181 65 0.97 0 0.64 0.29 140.45 0.95 0.36
Hex 5 B5 41 61 0 40 1D 8C 5F 24
Octal 5 265 101 141 0 100 35 214 137 44
Binary 101 10110101 1000001 1100001 0 1000000 11101 10001100 1011111 100100

Color Harmonies of #05B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B541

Black with #05B541

Text Example


Text Example

White with #05B541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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