#05C62E

Color #05C62E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #05C62E

Tints of Dark Pastel Green #05C62E

Color information

#05C62E (or 0x05C62E) is unknown color: approx Dark Pastel Green. HEX triplet: 05, C6 and 2E. RGB value is (5,198,46). Sum of RGB (Red+Green+Blue) = 5+198+46=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 198 (77.73% from 255 or 79.52% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 198 - color contains mainly: green. Hex color #05C62E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C62E is #FA39D1. Grayscale: #7B7B7B. Windows color (decimal): -16398802 or 3065349. OLE color: 3065349.

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

Color convert

RGB519846-
CMYK0.9700.770.22
HSL132.75º95.07%39.8%-
HSV(B)132.75º97.47%77.65%-
XYZ20.7540.629.33-
YUV122.9684.5643.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 198 (77.73% from 255) = 79.52%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=2.01%
G=79.52%
B=18.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5198460.9700.770.22132.7595.0739.8
Hex5C62E6104D16855f28
Octal53065614101152620513750
Binary1011100011010111011000010100110110110100001011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05C62E;
 }
 .AnyTagClassName
 {
   color: #05C62E;
 }
</style>
background-color css

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

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

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

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

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

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