Html Css Color HEX #05C515 Dark Pastel Green

📋 copy color: '#05C515'

red 5 ◦ green 197 ◦ blue 21

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

Shades of Dark Pastel Green #05C515

Tints of Dark Pastel Green #05C515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 88.34%

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 2.24%
G = 88.34%
B = 9.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#05C515 (or 0x05C515) is known color: Dark Pastel Green. HEX triplet: 05, C5 and 15. RGB value is (5,197,21). Sum of RGB (Red+Green+Blue) = 5+197+21=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 197 (77.34% from 255 or 88.34% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 197 - color contains mainly: green. Hex color #05C515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C515 is #FA3AEA. Grayscale: #787878. Windows color (decimal): -16399083 or 1426693. OLE color: 1426693.

HSL color Cylindrical-coordinate representation of color #05C515: hue angle of 125º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C515 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 197 21 -
CMYK 0.97 0 0.89 0.23
HSL 125º 0.95% 0.4% -
HSV(B) 125º 0.97% 0.77% -
XYZ 20.16 40.02 7.37 -
YUV 119.53 72.39 46.31 -
System Red Green Blue C M Y K H S L
Decimal 5 197 21 0.97 0 0.89 0.23 125 0.95 0.4
Hex 5 C5 15 61 0 59 17 7D 5F 28
Octal 5 305 25 141 0 131 27 175 137 50
Binary 101 11000101 10101 1100001 0 1011001 10111 1111101 1011111 101000

Color Harmonies of #05C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C515

Black with #05C515

Text Example


Text Example

White with #05C515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,197,21); }

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

background-color css

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

 a { background-color: rgb(5,197,21); }

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

border-color css

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

 span { border-color: rgb(5,197,21); }

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