Html Css Color HEX #05C150 Dark Pastel Green

📋 copy color: '#05C150'

red 5 ◦ green 193 ◦ blue 80

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

Shades of Dark Pastel Green #05C150

Tints of Dark Pastel Green #05C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.42%

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 1.8%
G = 69.42%
B = 28.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#05C150 (or 0x05C150) is known color: Dark Pastel Green. HEX triplet: 05, C1 and 50. RGB value is (5,193,80). Sum of RGB (Red+Green+Blue) = 5+193+80=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #05C150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C150 is #FA3EAF. Grayscale: #7C7C7C. Windows color (decimal): -16400048 or 5292293. OLE color: 5292293.

HSL color Cylindrical-coordinate representation of color #05C150: hue angle of 143.94º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C150 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 193 80 -
CMYK 0.97 0 0.59 0.24
HSL 143.94º 0.95% 0.39% -
HSV(B) 143.94º 0.97% 0.76% -
XYZ 20.58 38.75 13.98 -
YUV 123.91 103.22 43.19 -
System Red Green Blue C M Y K H S L
Decimal 5 193 80 0.97 0 0.59 0.24 143.94 0.95 0.39
Hex 5 C1 50 61 0 3B 18 90 5F 27
Octal 5 301 120 141 0 73 30 220 137 47
Binary 101 11000001 1010000 1100001 0 111011 11000 10010000 1011111 100111

Color Harmonies of #05C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C150

Black with #05C150

Text Example


Text Example

White with #05C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,193,80); }

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

background-color css

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

 a { background-color: rgb(5,193,80); }

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

border-color css

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

 span { border-color: rgb(5,193,80); }

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