Html Css Color HEX #05BD43 Dark Pastel Green

📋 copy color: '#05BD43'

red 5 ◦ green 189 ◦ blue 67

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

Shades of Dark Pastel Green #05BD43

Tints of Dark Pastel Green #05BD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.67%

R = 1.92%
G = 72.41%
B = 25.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#05BD43 (or 0x05BD43) is known color: Dark Pastel Green. HEX triplet: 05, BD and 43. RGB value is (5,189,67). Sum of RGB (Red+Green+Blue) = 5+189+67=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BD43 is #FA42BC. Grayscale: #787878. Windows color (decimal): -16401085 or 4439301. OLE color: 4439301.

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

Color convert

RGB 5 189 67 -
CMYK 0.97 0 0.65 0.26
HSL 140.22º 0.95% 0.38% -
HSV(B) 140.22º 0.97% 0.74% -
XYZ 19.27 36.83 11.4 -
YUV 120.08 98.04 45.92 -
System Red Green Blue C M Y K H S L
Decimal 5 189 67 0.97 0 0.65 0.26 140.22 0.95 0.38
Hex 5 BD 43 61 0 41 1A 8C 5F 26
Octal 5 275 103 141 0 101 32 214 137 46
Binary 101 10111101 1000011 1100001 0 1000001 11010 10001100 1011111 100110

Color Harmonies of #05BD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD43

Black with #05BD43

Text Example


Text Example

White with #05BD43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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