Html Css Color HEX #05C412 Dark Pastel Green

📋 copy color: '#05C412'

red 5 ◦ green 196 ◦ blue 18

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

Shades of Dark Pastel Green #05C412

Tints of Dark Pastel Green #05C412

RGB

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

 GREEN value IS 196 (76.95% from 255) = 89.5%

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 2.28%
G = 89.5%
B = 8.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#05C412 (or 0x05C412) is known color: Dark Pastel Green. HEX triplet: 05, C4 and 12. RGB value is (5,196,18). Sum of RGB (Red+Green+Blue) = 5+196+18=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 196 (76.95% from 255 or 89.50% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 196 - color contains mainly: green. Hex color #05C412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C412 is #FA3BED. Grayscale: #777777. Windows color (decimal): -16399342 or 1229829. OLE color: 1229829.

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

Color convert

RGB 5 196 18 -
CMYK 0.97 0 0.91 0.23
HSL 124.08º 0.95% 0.39% -
HSV(B) 124.08º 0.97% 0.77% -
XYZ 19.91 39.56 7.16 -
YUV 118.6 71.22 46.97 -
System Red Green Blue C M Y K H S L
Decimal 5 196 18 0.97 0 0.91 0.23 124.08 0.95 0.39
Hex 5 C4 12 61 0 5B 17 7C 5F 27
Octal 5 304 22 141 0 133 27 174 137 47
Binary 101 11000100 10010 1100001 0 1011011 10111 1111100 1011111 100111

Color Harmonies of #05C412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C412

Black with #05C412

Text Example


Text Example

White with #05C412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,196,18); }

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

background-color css

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

 a { background-color: rgb(5,196,18); }

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

border-color css

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

 span { border-color: rgb(5,196,18); }

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