Html Css Color HEX #05C017 Dark Pastel Green

📋 copy color: '#05C017'

red 5 ◦ green 192 ◦ blue 23

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

Shades of Dark Pastel Green #05C017

Tints of Dark Pastel Green #05C017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.45%

R = 2.27%
G = 87.27%
B = 10.45%

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

#05C017 (or 0x05C017) is known color: Dark Pastel Green. HEX triplet: 05, C0 and 17. RGB value is (5,192,23). Sum of RGB (Red+Green+Blue) = 5+192+23=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 192 (75.39% from 255 or 87.27% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 192 - color contains mainly: green. Hex color #05C017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C017 is #FA3FE8. Grayscale: #757575. Windows color (decimal): -16400361 or 1556485. OLE color: 1556485.

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

Color convert

RGB 5 192 23 -
CMYK 0.97 0 0.88 0.25
HSL 125.78º 0.95% 0.39% -
HSV(B) 125.78º 0.97% 0.75% -
XYZ 19.07 37.79 7.1 -
YUV 116.82 75.05 48.24 -
System Red Green Blue C M Y K H S L
Decimal 5 192 23 0.97 0 0.88 0.25 125.78 0.95 0.39
Hex 5 C0 17 61 0 58 19 7E 5F 27
Octal 5 300 27 141 0 130 31 176 137 47
Binary 101 11000000 10111 1100001 0 1011000 11001 1111110 1011111 100111

Color Harmonies of #05C017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C017

Black with #05C017

Text Example


Text Example

White with #05C017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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