Html Css Color HEX #05C018 Dark Pastel Green

📋 copy color: '#05C018'

red 5 ◦ green 192 ◦ blue 24

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

Shades of Dark Pastel Green #05C018

Tints of Dark Pastel Green #05C018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 86.88%

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 2.26%
G = 86.88%
B = 10.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#05C018 (or 0x05C018) is known color: Dark Pastel Green. HEX triplet: 05, C0 and 18. RGB value is (5,192,24). Sum of RGB (Red+Green+Blue) = 5+192+24=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 192 (75.39% from 255 or 86.88% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 192 - color contains mainly: green. Hex color #05C018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C018 is #FA3FE7. Grayscale: #757575. Windows color (decimal): -16400360 or 1622021. OLE color: 1622021.

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

Color convert

RGB 5 192 24 -
CMYK 0.97 0 0.88 0.25
HSL 126.1º 0.95% 0.39% -
HSV(B) 126.1º 0.97% 0.75% -
XYZ 19.08 37.8 7.15 -
YUV 116.94 75.55 48.16 -
System Red Green Blue C M Y K H S L
Decimal 5 192 24 0.97 0 0.88 0.25 126.1 0.95 0.39
Hex 5 C0 18 61 0 58 19 7E 5F 27
Octal 5 300 30 141 0 130 31 176 137 47
Binary 101 11000000 11000 1100001 0 1011000 11001 1111110 1011111 100111

Color Harmonies of #05C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C018

Black with #05C018

Text Example


Text Example

White with #05C018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,192,24); }

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

background-color css

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

 a { background-color: rgb(5,192,24); }

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

border-color css

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

 span { border-color: rgb(5,192,24); }

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