#5CDC68

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

Shades of Pastel Green #5CDC68

Tints of Pastel Green #5CDC68

Color information

#5CDC68 (or 0x5CDC68) is unknown color: approx Pastel Green. HEX triplet: 5C, DC and 68. RGB value is (92,220,104). Sum of RGB (Red+Green+Blue) = 92+220+104=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDC68 is #A32397. Grayscale: #A8A8A8. Windows color (decimal): -10691480 or 6872156. OLE color: 6872156.

HSL color Cylindrical-coordinate representation of color #5CDC68: hue angle of 125.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDC68 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB92220104-
CMYK0.5800.530.14
HSL125.62º64.65%61.18%-
HSV(B)125.62º58.18%86.27%-
XYZ32.5154.4621.9-
YUV168.591.5973.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.12%
GREEN value IS 220 (86.33% from 255) = 52.88%
BLUE value IS 104 (41.02% from 255) = 25%
R=22.12%
G=52.88%
B=25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922201040.5800.530.14125.6264.6561.18
Hex5CDC683A035E7e413d
Octal134334150720651617610175
Binary10111001101110011010001110100110101111011111101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CDC68; }

 p { color: rgb(92,220,104); }

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

<style>
 a { background-color: #5CDC68; }

 a { background-color: rgb(92,220,104); }

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

<style>
 span { border-color: #5CDC68; }

 span { border-color: rgb(92,220,104); }

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