Html Css Color HEX #05C612 Dark Pastel Green

📋 copy color: '#05C612'

red 5 ◦ green 198 ◦ blue 18

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

Shades of Dark Pastel Green #05C612

Tints of Dark Pastel Green #05C612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 89.59%

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

R = 2.26%
G = 89.59%
B = 8.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#05C612 (or 0x05C612) is known color: Dark Pastel Green. HEX triplet: 05, C6 and 12. RGB value is (5,198,18). Sum of RGB (Red+Green+Blue) = 5+198+18=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 198 (77.73% from 255 or 89.59% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 198 - color contains mainly: green. Hex color #05C612 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C612 is #FA39ED. Grayscale: #787878. Windows color (decimal): -16398830 or 1230341. OLE color: 1230341.

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

Color convert

RGB 5 198 18 -
CMYK 0.97 0 0.91 0.22
HSL 124.04º 0.95% 0.4% -
HSV(B) 124.04º 0.97% 0.78% -
XYZ 20.37 40.46 7.31 -
YUV 119.77 70.56 46.14 -
System Red Green Blue C M Y K H S L
Decimal 5 198 18 0.97 0 0.91 0.22 124.04 0.95 0.4
Hex 5 C6 12 61 0 5B 16 7C 5F 28
Octal 5 306 22 141 0 133 26 174 137 50
Binary 101 11000110 10010 1100001 0 1011011 10110 1111100 1011111 101000

Color Harmonies of #05C612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C612

Black with #05C612

Text Example


Text Example

White with #05C612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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