Html Css Color HEX #05BC4E Dark Pastel Green

📋 copy color: '#05BC4E'

red 5 ◦ green 188 ◦ blue 78

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

Shades of Dark Pastel Green #05BC4E

Tints of Dark Pastel Green #05BC4E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 69.37%

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 1.85%
G = 69.37%
B = 28.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#05BC4E (or 0x05BC4E) is known color: Dark Pastel Green. HEX triplet: 05, BC and 4E. RGB value is (5,188,78). Sum of RGB (Red+Green+Blue) = 5+188+78=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BC4E is #FA43B1. Grayscale: #787878. Windows color (decimal): -16401330 or 5159941. OLE color: 5159941.

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

Color convert

RGB 5 188 78 -
CMYK 0.97 0 0.59 0.26
HSL 143.93º 0.95% 0.38% -
HSV(B) 143.93º 0.97% 0.74% -
XYZ 19.42 36.55 13.24 -
YUV 120.74 103.87 45.44 -
System Red Green Blue C M Y K H S L
Decimal 5 188 78 0.97 0 0.59 0.26 143.93 0.95 0.38
Hex 5 BC 4E 61 0 3B 1A 90 5F 26
Octal 5 274 116 141 0 73 32 220 137 46
Binary 101 10111100 1001110 1100001 0 111011 11010 10010000 1011111 100110

Color Harmonies of #05BC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BC4E

Black with #05BC4E

Text Example


Text Example

White with #05BC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,188,78); }

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

background-color css

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

 a { background-color: rgb(5,188,78); }

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

border-color css

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

 span { border-color: rgb(5,188,78); }

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